Esempio n. 1
0
 public void SaveGame(ATHCompositeButton ath)
 {
     Console.WriteLine("tu clique sur SaveGame");
 }
Esempio n. 2
0
 public void LoadGame(ATHCompositeButton ath)
 {
     Console.WriteLine("tu clique sur LoadGame");
     ath.getBase().Remove();
     LoadGame();
 }
Esempio n. 3
0
 public void Back(ATHCompositeButton ath)
 {
     Console.WriteLine("tu clique sur Back");
     ath.getBase().Remove();
 }
Esempio n. 4
0
 public void Exit(ATHCompositeButton ath)
 {
     Console.WriteLine("tu clique sur Exit");
     ath.getBase().Remove();
     Exit();
 }