示例#1
0
文件: Character.php 项目: uhtoff/WotR
 public function __construct(Nation $n = NULL, UnitType $uT, Location $l = NULL, Game $g, CharacterDetails $details)
 {
     $this->setDetails($details);
     parent::__construct($n, $uT, $l, $g);
 }