spaceconquest.TextLine.Draw C# (CSharp) Method

Draw() public method

public Draw ( ) : void
return void
        public override void Draw()
        {
            try { MenuManager.batch.DrawString(Game1.textFont, text, stringvector, Color.Yellow); }
            catch (ArgumentException) { }
        }