AIsOfCatan.GUIBufferTextBlock.GUIBufferTextBlock C# (CSharp) Method

GUIBufferTextBlock() public method

public GUIBufferTextBlock ( Vector2 pos ) : System
pos Vector2
return System
        public GUIBufferTextBlock(Vector2 pos)
            : base(pos)
        {
            textPos = Position + Buffer;
        }

Same methods

GUIBufferTextBlock::GUIBufferTextBlock ( Vector2 pos, int bufSize ) : System