Esempio n. 1
0
 public function save()
 {
     $ret = parent::save();
     $ret->victoryPoints = $this->victoryPoints;
     $ret->movementCache = $this->movementCache;
     return $ret;
 }
Esempio n. 2
0
 public function save()
 {
     $ret = parent::save();
     $ret->victoryPoints = $this->victoryPoints;
     $ret->movementCache = $this->movementCache;
     $ret->combatCache = $this->combatCache;
     $ret->supplyLen = $this->supplyLen;
     return $ret;
 }
Esempio n. 3
0
 public function save()
 {
     $ret = parent::save();
     $ret->victoryPoints = $this->victoryPoints;
     $ret->movementCache = $this->movementCache;
     $ret->headQuarters = $this->headQuarters;
     $ret->histogram = $this->histogram;
     return $ret;
 }
Esempio n. 4
0
 public function save()
 {
     $ret = parent::save();
     $ret->victoryPoints = $this->victoryPoints;
     return $ret;
 }