issue-5-gamesystems #6
@ -25,7 +25,10 @@ export class GameModel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
addGamesystem(gamesystem: Gamesystem<any, any>) {
|
addGamesystem(gamesystem: Gamesystem<any, any>) {
|
||||||
this._gamesystems.push(gamesystem);
|
if(this.findGamesystem(gamesystem.componentName) == undefined) {
|
||||||
|
this._gamesystems.push(gamesystem);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
removeGamesystem(gamesystem : Gamesystem<any, any>) {
|
removeGamesystem(gamesystem : Gamesystem<any, any>) {
|
||||||
|
Loading…
Reference in New Issue
Block a user