コード例 #1
0
 public void LoadData()
 {
     SaveItemsData.LoadItems();
 }
コード例 #2
0
 // Put it in a button for now, next time we can make this entier class a singleton class and then call this save function everytime we change something in the game
 public void SaveData()
 {
     SaveItemsData.SaveItems();
 }