예제 #1
0
 private void OnQuitGame(CUIEvent uiEvent)
 {
     SGameApplication.Quit();
 }
예제 #2
0
 private void onErrorExit(CUIEvent uiEvent)
 {
     SGameApplication.Quit();
 }