Example #1
0
        public static void DrawRect(this Spell spell, Vector3 vector3, System.Drawing.Color color)
        {
            var rect = new RectanglePoly(Config.Player.ServerPosition, Config.Player.ServerPosition.Extend(vector3, spell.Range), spell.Width);

            rect.Draw(color, 2);
        }