示例#1
0
        void Exit()
        {
            StatusBar.PrintInfo("Exit!");

            Environment.Exit(0);
        }
示例#2
0
 void SaveGame()
 {
     StatusBar.PrintInfo("Save Game!");
 }
示例#3
0
 void Settings()
 {
     StatusBar.PrintInfo("Settings!");
 }
示例#4
0
 void LoadLevel()
 {
     StatusBar.PrintInfo("Load Game!");
 }