Formatting: wrap and indent long argument lists
This commit is contained in:
committed by
abcdefg30
parent
d5ff5c672b
commit
227567dfe1
@@ -281,7 +281,11 @@ namespace OpenRA.Mods.Common.Traits
|
||||
{
|
||||
get
|
||||
{
|
||||
yield return new EnterAlliedActorTargeter<IAcceptResourcesInfo>("Deliver", 5, Info.EnterCursor, Info.EnterBlockedCursor,
|
||||
yield return new EnterAlliedActorTargeter<IAcceptResourcesInfo>(
|
||||
"Deliver",
|
||||
5,
|
||||
Info.EnterCursor,
|
||||
Info.EnterBlockedCursor,
|
||||
(proc, _) => IsAcceptableProcType(proc),
|
||||
proc => proc.Trait<IAcceptResources>().AllowDocking);
|
||||
yield return new HarvestOrderTargeter();
|
||||
|
||||
Reference in New Issue
Block a user