예제 #1
0
파일: game.php 프로젝트: vinillo/example
 public function attack(Monster $monster)
 {
     $monster->receiveAttack($this->wapen()->ap());
 }