Moved AttackLeap to Mods.RA.Traits, moved AttackPopupTurreted to

Mods.Cnc.Traits
This commit is contained in:
reaperrr
2014-12-21 01:39:11 +01:00
parent 65a140afa5
commit 370c3c65b6
5 changed files with 7 additions and 6 deletions

View File

@@ -140,10 +140,9 @@
<Compile Include="Traits\AttackMove.cs" />
<Compile Include="Attack\AttackBase.cs" />
<Compile Include="Attack\AttackFrontal.cs" />
<Compile Include="Attack\AttackLeap.cs" />
<Compile Include="Traits\Attack\AttackLeap.cs" />
<Compile Include="Attack\AttackMedic.cs" />
<Compile Include="Attack\AttackOmni.cs" />
<Compile Include="Attack\AttackPopupTurreted.cs" />
<Compile Include="Attack\AttackCharge.cs" />
<Compile Include="Attack\AttackWander.cs" />
<Compile Include="AutoHeal.cs" />