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