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()
{

View File

@@ -130,4 +130,7 @@
</unit>
<unit name="crate-effects">
</unit>
<unit name="ionsfx">
<sequence name="idle" start="0" length="15" />
</unit>
</sequences>