コード例 #1
0
ファイル: field.class.php プロジェクト: GuiNaud/POO_project
 public function action(AbsTown $town)
 {
     $town->setFOOD(self::BYTURNFOOD * $this->getLevel() * $this->getDamageLevel() / 100);
 }