Remove DelayedAction from WeaponInfo and replace it with the more serialization friendly DelayedImpact

This commit is contained in:
Ori Bar
2016-11-04 01:36:45 +02:00
parent 8cda0dd360
commit fabe799907
3 changed files with 49 additions and 3 deletions

View File

@@ -103,6 +103,7 @@
<Compile Include="Download.cs" />
<Compile Include="Effects\AsyncAction.cs" />
<Compile Include="Effects\DelayedAction.cs" />
<Compile Include="Effects\DelayedImpact.cs" />
<Compile Include="Effects\IEffect.cs" />
<Compile Include="Game.cs" />
<Compile Include="GameRules\ActorInfo.cs" />