コード例 #1
0
ファイル: class_shipunit.php プロジェクト: beerdude26/NewNova
 public function GetBuildLevelOnColony(Colony $c)
 {
     return $c->Ships()->GetMemberByName($this->Name())->Amount();
 }