Esempio n. 1
0
 public static void DrawSpellRange(Spells.SpellBook.SpellSlot Slot, Color Colour, float Thickness)
 {
     if (IsVisible() && GetCurrentHealth() > 1.0f)
     {
         Overlay.Drawing.DrawFactory.DrawCircleRange(GetPosition(), Spells.SpellBook.GetSpellRadius(Slot), Colour, Thickness);
     }
 }
Esempio n. 2
0
 public void DrawSpellRange(Spells.SpellBook.SpellSlot Slot, Color Colour, float Thickness)
 {
     Overlay.Drawing.DrawFactory.DrawCircleRange(GetPosition(), Spells.SpellBook.GetSpellRadius(Slot), Colour, Thickness);
 }