7 lines
100 B
C#
7 lines
100 B
C#
namespace Server.Spells
|
|
{
|
|
public interface ISpellTarget
|
|
{
|
|
ISpell Spell{ get; }
|
|
}
|
|
}
|