예제 #1
0
파일: GameMain.cs 프로젝트: inspoy/Instech
 private void OnApplicationQuit()
 {
     GameStateMachine.DestroySingleton();
     LogToFile.DestroySingleton();
     FastYield.DestroySingleton();
 }