Exemplo n.º 1
0
 public void Load(UnityEngine.UI.Text fileName)
 {
     this.PlayerData = GameSaveUtils.LoadGame(fileName.text);
 }
Exemplo n.º 2
0
 public void Save()
 {
     GameSaveUtils.SaveGame(this.PlayerData);
     Debug.Log("Saved!");
 }