WIP
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import { Injectable } from "@angular/core";
|
||||
import { MD2StateService } from "./md2-state.service";
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
})
|
||||
export class MD2SpawnMobService {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
constructor(
|
||||
public stateService: MD2StateService,) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user