ModernUO/Projects/UOContent/Spells/Targeting
Kamron Batman 9b7fea2c20
fix: Magic NPCs now use spell range (#1870)
### Summary
- Drastically streamlines the spell targeting by collapsing the target classes into a single `SpellTarget<T>` class.
- Moves TargetRange to the spell itself so it can be used by MageAI.
- Changes range check in MageAI to use TargetRange. This should fix target acquisition bugs
2024-08-08 07:05:27 -07:00
..
IRecallSpell.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
ISpellTarget.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
ITargetingSpell.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
RecallSpellTarget.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
SpellTarget.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00