Ejemplo n.º 1
0
 public void fire() {
   Bullet bullet = new Bullet((x + 27), (y + 27), direction, tower);
   af.processFire(bullet, this);
 }