CharacterSpecific Templatesystems #36
@ -23,7 +23,6 @@ export class Character extends ModelComponent implements TemplateElement {
|
|||||||
} else if(gamesystem instanceof ProductTemplateSystem) {
|
} else if(gamesystem instanceof ProductTemplateSystem) {
|
||||||
this.characterSpecificTemplateSystems.push(gamesystem)
|
this.characterSpecificTemplateSystems.push(gamesystem)
|
||||||
gamesystem.addTemplateElement(this)
|
gamesystem.addTemplateElement(this)
|
||||||
gamesystem.innerGamesystems.forEach(innerGamesystem => this.addCharacterSpecificSimpleTemplatesystem(innerGamesystem))
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if(gamesystem.parentGamesystem != undefined) {
|
if(gamesystem.parentGamesystem != undefined) {
|
||||||
|
Loading…
Reference in New Issue
Block a user