Cleans up Spell Targeting (#36)
This commit is contained in:
parent
de50bc9e43
commit
472b84f5ff
99 changed files with 653 additions and 2192 deletions
7
Scripts/Spells/Targeting/ISpellTarget.cs
Normal file
7
Scripts/Spells/Targeting/ISpellTarget.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
namespace Server.Spells
|
||||
{
|
||||
public interface ISpellTarget
|
||||
{
|
||||
ISpell Spell{ get; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue