v0.0.1-Alpha (#42)
This commit is contained in:
parent
d30f93c454
commit
a36796c2c1
3552 changed files with 2476 additions and 15223 deletions
7
Projects/Scripts/Spells/Targeting/ISpellTarget.cs
Normal file
7
Projects/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