Ejemplo n.º 1
0
 /**
  * Operation
  *
  * @param d Dwarf (törp) típusú ellenség
  */
 public void damage(Dwarf d) {
   Logging.log(">> Bullet.damage() hívás, paraméter: " + d.toString());
   d.sebez(dwarfDamage);
 }