private function loadTemporaryPlayerData()
 {
     if (!isset($this->temporary)) {
         $this->temporary = Neuron_GameServer_Mappers_PlayerMapper::getTemporaryPlayerData($this);
         if (!isset($this->temporary)) {
             $this->temporary = false;
         }
     }
 }
 public function countLogins()
 {
     return Neuron_GameServer_Mappers_PlayerMapper::countLogins($this);
 }