AIsOfCatan.GUIControl.GUIControl C# (CSharp) Method

GUIControl() public method

public GUIControl ( GameState st ) : System
st GameState
return System
        public GUIControl(GameState st)
        {
            state = st;
        }