issue-5-gamesystems #6
@ -18,7 +18,6 @@ export class ModelComponentTypeUtillities {
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  static fromString(string: string) : ModelComponentType | undefined {
 | 
					  static fromString(string: string) : ModelComponentType | undefined {
 | 
				
			||||||
    console.log(string)
 | 
					 | 
				
			||||||
    switch (string) {
 | 
					    switch (string) {
 | 
				
			||||||
      case "gamesystem": return ModelComponentType.GAMESYTEM;
 | 
					      case "gamesystem": return ModelComponentType.GAMESYTEM;
 | 
				
			||||||
      case "scriptaccount": return ModelComponentType.SCRIPTACCOUNT;
 | 
					      case "scriptaccount": return ModelComponentType.SCRIPTACCOUNT;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user