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