Add SpawnActorEffect

And use it to drop DelayedAction from ReinforcementsGlobal.
This commit is contained in:
reaperrr
2019-01-06 07:40:41 +01:00
committed by abcdefg30
parent ab4268025a
commit ea2e452075
3 changed files with 78 additions and 15 deletions

View File

@@ -149,6 +149,7 @@
<Compile Include="Effects\MapNotificationEffect.cs" />
<Compile Include="Effects\RallyPointIndicator.cs" />
<Compile Include="Effects\SpriteEffect.cs" />
<Compile Include="Effects\SpawnActorEffect.cs" />
<Compile Include="Graphics\RailgunRenderable.cs" />
<Compile Include="Lint\CheckNotifications.cs" />
<Compile Include="Projectiles\AreaBeam.cs" />