Add a lint check for cursor definitions.
This commit is contained in:
committed by
reaperrr
parent
cefb2e7cc6
commit
bbbed49f82
@@ -39,6 +39,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
[Desc("Skip playing (reversed) make animation.")]
|
||||
public readonly bool SkipMakeAnimation = false;
|
||||
|
||||
[CursorReference]
|
||||
[Desc("Cursor to display when the sell order generator hovers over this actor.")]
|
||||
public readonly string Cursor = "sell";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user