コード例 #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();
    }
コード例 #2
0
 public static void ShowCurrentPieceColor()
 {
     // shows demo piece of color specified by dropdown
     ShowPieceColor(GameData.GetColorMap()[GameGUI.GetDropDownColor()]);
 }