Merge pull request #12605 from reaperrr/ts-weapon-inheritance

Introduce TargetDamageWarhead + some TS weapon fixes
This commit is contained in:
abcdefg30
2017-02-04 00:59:14 +01:00
committed by GitHub
6 changed files with 96 additions and 39 deletions

View File

@@ -574,6 +574,7 @@
<Compile Include="Warheads\HealthPercentageDamageWarhead.cs" />
<Compile Include="Warheads\LeaveSmudgeWarhead.cs" />
<Compile Include="Warheads\SpreadDamageWarhead.cs" />
<Compile Include="Warheads\TargetDamageWarhead.cs" />
<Compile Include="Warheads\Warhead.cs" />
<Compile Include="Widgets\ActorPreviewWidget.cs" />
<Compile Include="Widgets\ColorMixerWidget.cs" />