Rename and move WithTurretedSpriteBody

The name wasn't in line with our implicit naming convention and ambigous on top of that.
Also, only used by RA and TD so moved to Mods.Cnc.
This commit is contained in:
reaperrr
2017-07-11 06:41:29 +02:00
committed by Paul Chote
parent c611b5aeeb
commit dbcfb0c92e
7 changed files with 19 additions and 12 deletions

View File

@@ -67,6 +67,7 @@
<Compile Include="Traits\Attack\AttackPopupTurreted.cs" />
<Compile Include="Traits\Buildings\ProductionAirdrop.cs" />
<Compile Include="Traits\Render\WithGunboatBody.cs" />
<Compile Include="Traits\Render\WithEmbeddedTurretSpriteBody.cs" />
<Compile Include="Traits\Render\WithCargo.cs" />
<Compile Include="Traits\Render\WithDeliveryAnimation.cs" />
<Compile Include="Traits\Render\WithReloadingSpriteTurret.cs" />