Rename docking activities

HarvesterDockSequence -> GenericDockSequence
DeliverResources -> MoveToDock
This commit is contained in:
Gustas
2023-01-25 19:09:13 +02:00
committed by Matthias Mailänder
parent 55536bba4c
commit da16e4ed99
5 changed files with 9 additions and 9 deletions

View File

@@ -159,7 +159,7 @@ namespace OpenRA.Mods.Common.Traits
harv.Trait.UnlinkProc(harv.Actor, self);
}
public void OnDock(Actor harv, DeliverResources dockOrder)
public void OnDock(Actor harv, MoveToDock dockOrder)
{
if (!preventDock)
{