issue-15 #21
@ -52,7 +52,6 @@ export class GameModel {
 | 
			
		||||
          const parentProductGamesystem = ProductGamesystem.constructFromSimpleGamesystem(parentGamesystem, this);
 | 
			
		||||
          parentProductGamesystem.addChildGamesystem(simpleGamesystem);
 | 
			
		||||
          simpleGamesystem.parentGamesystem = parentProductGamesystem;
 | 
			
		||||
          console.log("The parent of my parent is ", parentProductGamesystem.parentGamesystem!.componentName)
 | 
			
		||||
        } else {
 | 
			
		||||
          const productParentGamesystem = parentGamesystem as ProductGamesystem;
 | 
			
		||||
          productParentGamesystem.addChildGamesystem(simpleGamesystem);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user