AIsOfCatan.GUI.GUIPlayerInfo.Draw C# (CSharp) Method

Draw() protected method

protected Draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void
        protected override void Draw(SpriteBatch batch)
        {
            //Text Agent Name Line, largest of the fonts
            //Text Agent Desc Line, smaller font
            //Text: Knights
            //Text Knight amount
            //Text: Long Road
            //Text Road Length
            //Text: Points
            //Text Point Amount
            //List Develop Cards
            //picture Bricks
            //Text amount bricks
            //picture Grain
            //Text amount grain
            //picture Ore
            //Text amount ore
            //picture lumber
            //Text amount lumber
            //picture Wool
            //Text amount wool
            base.Draw(batch);
        }