private void TryToMoveToRoom(CardinalPoint p_direction)
 {
     networkManager.AskServerMoveToRoom(playersManager.activePlayer, p_direction);
 }