예제 #1
0
 void Awake()
 {
     _instance = this;
     ItemData.Load(items_folder);
     ConstructionData.Load(constructions_folder);
     PlantData.Load(plants_folder);
     CraftData.Load();
 }