add a voxel harvester unload animation

This commit is contained in:
Matthias Mailänder
2014-07-02 10:58:18 +02:00
parent 9199cf4669
commit 6734cd96a4
6 changed files with 71 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ namespace OpenRA.Mods.TS
public override Activity DockSequence(Actor harv, Actor self)
{
return new SimpleHarvesterDockSequence(harv, self);
return new VoxelHarvesterDockSequence(harv, self);
}
}
}