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