예제 #1
0
 /// <summary>
 /// Save when quitting game
 /// </summary>
 private void OnApplicationQuit()
 {
     GameOptions.SaveOptions();
 }