Add a lint check for cursor definitions.
This commit is contained in:
committed by
reaperrr
parent
cefb2e7cc6
commit
bbbed49f82
@@ -19,11 +19,6 @@ namespace OpenRA.Mods.Common.Orders
|
||||
{
|
||||
readonly Func<string> cursor;
|
||||
|
||||
public DeployOrderTargeter(string order, int priority)
|
||||
: this(order, priority, () => "deploy")
|
||||
{
|
||||
}
|
||||
|
||||
public DeployOrderTargeter(string order, int priority, Func<string> cursor)
|
||||
{
|
||||
OrderID = order;
|
||||
|
||||
Reference in New Issue
Block a user