Example #1
0
 /// <summary>
 /// Records the current game state into the Save System.
 /// </summary>
 public void RecordSavedGameData()
 {
     SaveSystem.RecordSavedGameData();
 }