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

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