Exemplo n.º 1
0
 public function weapon()
 {
     $weapon = new Fight();
     $this->setClassName("Warrior");
     return $weapon->checkWeapon($this->getLevel(), $this->getClassName());
 }