Cleans up Spell Targeting (#36)

This commit is contained in:
Kamron Batman 2019-03-15 15:23:03 -07:00 committed by GitHub
parent de50bc9e43
commit 472b84f5ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
99 changed files with 653 additions and 2192 deletions

View file

@ -3269,6 +3269,12 @@
<Compile Include="Spells\Sixth\MassCurse.cs" />
<Compile Include="Spells\Sixth\ParalyzeField.cs" />
<Compile Include="Spells\Sixth\Reveal.cs" />
<Compile Include="Spells\Targeting\IRecallSpell.cs" />
<Compile Include="Spells\Targeting\ISpellTarget.cs" />
<Compile Include="Spells\Targeting\SpellTargetPoint3D.cs" />
<Compile Include="Spells\Targeting\SpellTargetItem.cs" />
<Compile Include="Spells\Targeting\SpellTargetMobile.cs" />
<Compile Include="Spells\Targeting\RecallSpellTarget.cs" />
<Compile Include="Spells\Spellweaving\ArcaneCircle.cs" />
<Compile Include="Spells\Spellweaving\ArcaneForm.cs" />
<Compile Include="Spells\Spellweaving\ArcaneSummon.cs" />