ModernUO/Projects/Scripts/Spells/Targeting/ISpellTarget.cs
2019-08-02 18:16:11 -07:00

7 lines
100 B
C#

namespace Server.Spells
{
public interface ISpellTarget
{
ISpell Spell{ get; }
}
}