Exemplo n.º 1
0
 private function loadTemporaryPlayerData()
 {
     if (!isset($this->temporary)) {
         $this->temporary = Neuron_GameServer_Mappers_PlayerMapper::getTemporaryPlayerData($this);
         if (!isset($this->temporary)) {
             $this->temporary = false;
         }
     }
 }
Exemplo n.º 2
0
 public function countLogins()
 {
     return Neuron_GameServer_Mappers_PlayerMapper::countLogins($this);
 }