Exemplo n.º 1
0
 public function fights()
 {
     $canFight = new Fight();
     return $canFight->checkFight($this->getLevel());
 }