Esempio n. 1
0
 /// <summary>
 /// Load game from JSON File or Encrypted File
 /// </summary>
 public void LoadGame()
 {
     m_gameData = GJ_SerializationUtility.DeserializeObjectFromJSONFile <GJ_SaveData>(m_dataPath);
 }