Move warheads into mod code.
This commit is contained in:
@@ -76,11 +76,6 @@
|
||||
<ItemGroup>
|
||||
<Compile Include="Actor.cs" />
|
||||
<Compile Include="GameRules\Warhead.cs" />
|
||||
<Compile Include="GameRules\Warheads\AbsoluteSpreadDamageWarhead.cs" />
|
||||
<Compile Include="GameRules\Warheads\DamageWarhead.cs" />
|
||||
<Compile Include="GameRules\Warheads\HealthPercentageDamageWarhead.cs" />
|
||||
<Compile Include="GameRules\Warheads\PerCellDamageWarhead.cs" />
|
||||
<Compile Include="GameRules\Warheads\SpreadDamageWarhead.cs" />
|
||||
<Compile Include="Graphics\QuadRenderer.cs" />
|
||||
<Compile Include="Download.cs" />
|
||||
<Compile Include="Effects\DelayedAction.cs" />
|
||||
@@ -247,6 +242,7 @@
|
||||
<Compile Include="Graphics\SelectionBarsRenderable.cs" />
|
||||
<Compile Include="Graphics\TargetLineRenderable.cs" />
|
||||
<Compile Include="Graphics\UISpriteRenderable.cs" />
|
||||
<Compile Include="GameRules\DamageWarhead.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="FileSystem\D2kSoundResources.cs" />
|
||||
|
||||
Reference in New Issue
Block a user