ModernUO/Projects/Scripts/Spells/Targeting/ISpellTarget.cs
2020-04-26 00:16:02 -07:00

7 lines
101 B
C#

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