Remove WithBuildingExplosion

Explodes can now do the same and then some, and WBE uses a DelayedAction
which blocks savegames.
This commit is contained in:
reaperrr
2016-11-01 21:02:30 +01:00
parent 4f2c360cb9
commit b7f746d711
3 changed files with 13 additions and 65 deletions

View File

@@ -419,7 +419,6 @@
<Compile Include="Traits\Render\SupportPowerChargeBar.cs" />
<Compile Include="Traits\Render\TimedConditionBar.cs" />
<Compile Include="Traits\Render\WithSpriteBarrel.cs" />
<Compile Include="Traits\Render\WithBuildingExplosion.cs" />
<Compile Include="Traits\Render\WithAttackAnimation.cs" />
<Compile Include="Traits\Render\WithAttackOverlay.cs" />
<Compile Include="Traits\Render\WithMoveAnimation.cs" />