Esempio n. 1
0
 public Aim()
 {
     tb = TankBot.getInstance();
     bestAim = -1;
 }
Esempio n. 2
0
 public Move()
 {
     tb = TankBot.getInstance();
 }
Esempio n. 3
0
 public static TankBot getInstance()
 {
     if (instance == null)
         instance = new TankBot();
     return instance;
 }