Example #1
0
 public function attack(Monster $monster)
 {
     $monster->receiveAttack($this->wapen()->ap());
 }