Add a lint check for cursor definitions.
This commit is contained in:
committed by
reaperrr
parent
cefb2e7cc6
commit
bbbed49f82
@@ -38,6 +38,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
[Desc("Allow this to be used only once.")]
|
||||
public readonly bool OneShot = false;
|
||||
|
||||
[CursorReference]
|
||||
[Desc("Cursor to display for using this support power.")]
|
||||
public readonly string Cursor = "ability";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user