Move SpawnActorOnDeath to OpenRA.Mods.Common & fix spawned death actor teleportation

This commit is contained in:
atlimit8
2015-09-23 15:50:48 -05:00
parent 8fe493938e
commit 7352290c94
9 changed files with 69 additions and 36 deletions

View File

@@ -701,6 +701,7 @@
<Compile Include="Lint\CheckRevealFootprint.cs" />
<Compile Include="Traits\ThrowsShrapnel.cs" />
<Compile Include="Traits\World\MusicPlaylist.cs" />
<Compile Include="Traits\SpawnActorOnDeath.cs" />
<Compile Include="Scripting\Global\LightingGlobal.cs" />
<Compile Include="Traits\SupportPowers\ProduceActorPower.cs" />
<Compile Include="Widgets\Logic\GlobalChatLogic.cs" />