예제 #1
0
 public bool SaveChanges()
 {
     Debug.Log("Save World");
     SerializationController.Serialize(WorldName + "_" + Seed + ".txt", this);
     return(true);
 }
예제 #2
0
 public void SaveChanges()
 {
     SerializationController.Serialize(PrefabRepository.PersistItemBarName + ".txt", this);
 }