Exemplo n.º 1
0
    /// <summary>
    /// Handler for when the tournament has to open sign up.
    /// </summary>
    public void OnSignUp()
    {
        CanSignUp = true;
        Ended     = false;
        _nextTeam = 1;

        BlackTeam.Clear();
        WhiteTeam.Clear();
        BlueTeam.Clear();
        RedTeam.Clear();
    }