コード例 #1
0
ファイル: FogOfWar.php プロジェクト: Toxicat/dolumar
 public function setExplored(Neuron_GameServer_Map_Location $location)
 {
     Dolumar_Underworld_Mappers_ExploredMapper::insert($this->mission, $this->side, $location);
 }