oops.
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
@@ -130,4 +130,7 @@
|
||||
</unit>
|
||||
<unit name="crate-effects">
|
||||
</unit>
|
||||
<unit name="ionsfx">
|
||||
<sequence name="idle" start="0" length="15" />
|
||||
</unit>
|
||||
</sequences>
|
||||
Reference in New Issue
Block a user