Esempio n. 1
0
 public void RemovePlayer(LobbyPlayer player)
 {
     player.RemovePlayer();
 }
Esempio n. 2
0
    private void RemoveLocalPlayer(int player)
    {
        LobbyPlayer lobbyPlayer = GameObject.Find("LobbyPlayer (" + player + ")").GetComponent <LobbyPlayer>();

        lobbyPlayer.RemovePlayer();
    }
Esempio n. 3
0
 public void RemovePlayer(LobbyPlayer player)
 {
     player.RemovePlayer();
 }