Ejemplo n.º 1
0
 public function equals(Neuron_GameServer_Map_Vector3 $location)
 {
     return $this->x() == $location->x() && $this->y() == $location->y() && $this->z() == $location->z();
 }