コード例 #1
0
ファイル: DummyVillage.php プロジェクト: Toxicat/dolumar
 public function __construct($race = null)
 {
     parent::__construct(null);
     $this->race = $race;
 }