コード例 #1
0
ファイル: game.php プロジェクト: vinillo/example
 public function attack(Monster $monster)
 {
     $monster->receiveAttack($this->wapen()->ap());
 }