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