示例#1
0
文件: game.php 项目: vinillo/example
 public function attack(Monster $monster)
 {
     $monster->receiveAttack($this->wapen()->ap());
 }