Added Circle Throw to compile list
This commit is contained in:
parent
8dddb3b6d0
commit
9e3c9712ba
|
@ -494,6 +494,7 @@
|
|||
<Compile Include="Pokemon\Attacks\Fighting\AuraSphere.vb" />
|
||||
<Compile Include="Pokemon\Attacks\Fighting\BrickBreak.vb" />
|
||||
<Compile Include="Pokemon\Attacks\Fighting\BulkUp.vb" />
|
||||
<Compile Include="Pokemon\Attacks\Fighting\CircleThrow.vb" />
|
||||
<Compile Include="Pokemon\Attacks\Fighting\CloseCombat.vb" />
|
||||
<Compile Include="Pokemon\Attacks\Fighting\Counter.vb" />
|
||||
<Compile Include="Pokemon\Attacks\Fighting\CrossChop.vb" />
|
||||
|
@ -1736,4 +1737,4 @@
|
|||
</Target>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||
<Import Project="$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Content.Builder.targets" />
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in New Issue