ModernUO/Projects/UOContent/Spells/Targeting/ISpellTarget.cs
2020-08-25 18:00:51 -07:00

7 lines
94 B
C#

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