コード例 #1
0
ファイル: retreats.php プロジェクト: Yoyoyozo/webDiplomacy
 public function __construct($orderID, $gameID, $countryID)
 {
     parent::__construct($orderID, $gameID, $countryID);
 }
コード例 #2
0
ファイル: diplomacy.php プロジェクト: Yoyoyozo/webDiplomacy
 public function __construct($orderID, $gameID, $countryID)
 {
     parent::__construct($orderID, $gameID, $countryID);
     $this->fixed = array('unitID');
     $this->requirements = array('type');
 }