Ejemplo n.º 1
0
 public function save()
 {
     $ret = parent::save();
     $ret->landingZones = $this->landingZones;
     $ret->airdropZones = $this->airdropZones;
     return $ret;
 }
Ejemplo n.º 2
0
 public function save()
 {
     $ret = parent::save();
     $ret->sovietGoal = $this->sovietGoal;
     $ret->supplyUnits = $this->supplyUnits;
     return $ret;
 }
 public function save()
 {
     $ret = parent::save();
     $ret->indianGoal = $this->indianGoal;
     $ret->pakistaniGoal = $this->pakistaniGoal;
     return $ret;
 }
Ejemplo n.º 4
0
 public function save()
 {
     $ret = parent::save();
     $ret->germanGoal = $this->germanGoal;
     $ret->sovietGoal = $this->sovietGoal;
     return $ret;
 }
Ejemplo n.º 5
0
 public function save()
 {
     $ret = parent::save();
     $ret->landingZones = $this->landingZones;
     $ret->airdropZones = $this->airdropZones;
     $ret->scienceCenterDestroyed = $this->scienceCenterDestroyed;
     return $ret;
 }
Ejemplo n.º 6
0
 public function save()
 {
     $ret = parent::save();
     $ret->rebelGoal = $this->rebelGoal;
     $ret->loyalistGoal = $this->loyalistGoal;
     $ret->headQuarters = $this->headQuarters;
     return $ret;
 }
Ejemplo n.º 7
0
 public function save()
 {
     $ret = parent::save();
     return $ret;
 }