Exemple #1
0
    public void ProcessPlayer()
    {
        // adds the current player and sets up the next player
        AddPlayer(GameGUI.GetInputFieldName(), GameGUI.GetDropDownColor());


        // set up the next player
        SetupNextPlayer();
    }