Add missing sync interfaces.

This commit is contained in:
RoosterDragon
2015-07-29 00:54:01 +01:00
parent 593d913f55
commit 6b62aa1ad5
4 changed files with 4 additions and 4 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;