Add a GrantUpgradeWarhead and initial TS EMP implementation.

This commit is contained in:
Paul Chote
2014-09-26 17:38:17 +12:00
parent a03305762f
commit bb44d76762
8 changed files with 206 additions and 2 deletions

View File

@@ -565,9 +565,10 @@
<Compile Include="Modifiers\UpgradeOverlay.cs" />
<Compile Include="TimedUpgradeBar.cs" />
<Compile Include="InvulnerabilityUpgrade.cs" />
<Compile Include="Warheads\TimedUpgradeWarhead.cs" />
<Compile Include="DisableUpgrade.cs" />
<Compile Include="UpgradeManager.cs" />
<Compile Include="KillsSelf.cs" />
<Compile Include="Warheads\GrantUpgradeWarhead.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenRA.Game\OpenRA.Game.csproj">