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:
@@ -84,7 +84,7 @@ namespace OpenRA.Mods.Common.Traits.Render
|
||||
}
|
||||
|
||||
void INotifyHarvesterAction.MovingToResources(Actor self, CPos targetCell, Activity next) { }
|
||||
void INotifyHarvesterAction.MovingToRefinery(Actor self, CPos targetCell, Activity next) { }
|
||||
void INotifyHarvesterAction.MovingToRefinery(Actor self, Actor refineryActor, Activity next) { }
|
||||
void INotifyHarvesterAction.MovementCancelled(Actor self) { }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -60,7 +60,7 @@ namespace OpenRA.Mods.Common.Traits.Render
|
||||
}
|
||||
|
||||
public void MovingToResources(Actor self, CPos targetCell, Activity next) { }
|
||||
public void MovingToRefinery(Actor self, CPos targetCell, Activity next) { }
|
||||
public void MovingToRefinery(Actor self, Actor targetRefinery, Activity next) { }
|
||||
public void MovementCancelled(Actor self) { }
|
||||
public void Docked() { }
|
||||
public void Undocked() { }
|
||||
|
||||
Reference in New Issue
Block a user