Make WithRotor independent from WithTurret

Move WithRotor to Mods.Common
This commit is contained in:
reaperrr
2014-12-18 13:23:58 +01:00
parent 5b011e6baf
commit de224a381d
3 changed files with 9 additions and 4 deletions

View File

@@ -162,6 +162,7 @@
<Compile Include="Traits\Render\WithBuildingPlacedAnimation.cs" />
<Compile Include="Traits\Render\WithDeathAnimation.cs" />
<Compile Include="Traits\Render\WithResources.cs" />
<Compile Include="Traits\Render\WithRotor.cs" />
<Compile Include="Traits\Render\WithShadow.cs" />
<Compile Include="Traits\Render\WithSmoke.cs" />
<Compile Include="Traits\ShakeOnDeath.cs" />