add me (jongleur1983) to AUTHORS
#14558: MovingToRefinery takes actor instead of CPos DeliveryOffset (previously added by the harvester) is now taken into account by the AutoCarryable fix whitespaces
This commit is contained in:
@@ -152,7 +152,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
public interface INotifyHarvesterAction
|
||||
{
|
||||
void MovingToResources(Actor self, CPos targetCell, Activity next);
|
||||
void MovingToRefinery(Actor self, CPos targetCell, Activity next);
|
||||
void MovingToRefinery(Actor self, Actor refineryActor, Activity next);
|
||||
void MovementCancelled(Actor self);
|
||||
void Harvested(Actor self, ResourceType resource);
|
||||
void Docked();
|
||||
|
||||
Reference in New Issue
Block a user