Exemplo n.º 1
0
    /// <summary>
    /// Handler for when players signed up for the tournament has to be send to the tournament map.
    /// </summary>
    public void OnSend()
    {
        CanSignUp = false;

        BlackTeam.Enter();
        WhiteTeam.Enter();
        BlueTeam.Enter();
        RedTeam.Enter();

        SendScore();
    }