Exemplo n.º 1
0
        void Exit()
        {
            StatusBar.PrintInfo("Exit!");

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