public void RpcOnPlayerAdded(Player[] allPlayers) { if (_networkBehaviourChecker.IsLocalPlayer(this)) { _uiController.UpdateLobby(allPlayers); } }