Merge pull request #8839 from RoosterDragon/test-sync-implementations

Test sync implementations
This commit is contained in:
Pavel Penev
2015-09-24 15:17:33 +03:00
6 changed files with 39 additions and 18 deletions

View File

@@ -38,7 +38,7 @@ namespace OpenRA.Mods.Common.Effects
public IEffect Create(ProjectileArgs args) { return new GravityBomb(this, args); }
}
public class GravityBomb : IEffect
public class GravityBomb : IEffect, ISync
{
readonly GravityBombInfo info;
readonly Animation anim;