Example #1
0
 protected function getTimeSinceLastCheckpointSide(Neuron_GameServer_Map_Location $location)
 {
     $time = Dolumar_Underworld_Mappers_CheckpointMapper::getTimeSinceLastCheckpointSide($this->getMission(), $location);
     return $time;
 }