Пример #1
0
 public void Awake()
 {
     // TODO WHY HERE :D
     BaseTile.LoadPrefabs();
     Item.LoadItems();
     Pawn.LoadAllPawns();
     Furniture.LoadAllFurniture();
     // TODO move both things to a better place.
     instance = this;
 }