Example #1
0
File: Game.php Project: uhtoff/WotR
 /**
  * Move a single unit
  * @param Unit $unit
  * @param Location $location
  */
 public function moveUnit(Unit $unit, Location $location)
 {
     $unit->setLocation($location)->setLastMoved($this->getSubphase());
 }