Beispiel #1
0
 void Exit()
 {
     StatusBar.ShowInfo("Exit!");
 }
Beispiel #2
0
 void Settings()
 {
     StatusBar.ShowInfo("Settings!");
 }
Beispiel #3
0
 void LoadGame()
 {
     StatusBar.ShowInfo("LoadGame!");
 }
Beispiel #4
0
 void SaveGame()
 {
     StatusBar.ShowInfo("SaveGame!");
 }
Beispiel #5
0
 void NewGame()
 {
     StatusBar.ShowInfo("New Game!");
 }