This commit is contained in:
Chris Forbes
2010-03-23 20:19:54 +13:00
parent f3d9c1b3a3
commit e99ebb4da3
2 changed files with 4 additions and 4 deletions

View File

@@ -39,10 +39,7 @@ namespace OpenRA.Mods.Cnc.Effects
() => world.AddFrameEndTask(w => w.Remove(this)));
}
public void Tick(World world)
{
throw new NotImplementedException();
}
public void Tick(World world) { anim.Tick(); }
public IEnumerable<Renderable> Render()
{