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

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