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))); () => world.AddFrameEndTask(w => w.Remove(this)));
} }
public void Tick(World world) public void Tick(World world) { anim.Tick(); }
{
throw new NotImplementedException();
}
public IEnumerable<Renderable> Render() public IEnumerable<Renderable> Render()
{ {

View File

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