예제 #1
0
 public void Save()
 {
     Debug.Log("[Database] Saving " + _ItemDatabase.Count.ToString() + " items to Database", ConsoleColor.Cyan);
     JSON.Serialize(Path.ItemDatabaseDirectory + "ItemDatabase.json", this);
     Debug.Log("[Database] Saved Item Database", DebugColors.SavedColor);
 }