Add duplicate hotkey tracking with a boolean property on the definition
This commit is contained in:
committed by
abcdefg30
parent
df2300bee0
commit
32309bb8ea
@@ -20,6 +20,7 @@ namespace OpenRA
|
||||
public readonly Hotkey Default = Hotkey.Invalid;
|
||||
public readonly string Description = "";
|
||||
public readonly HashSet<string> Types = new HashSet<string>();
|
||||
public bool HasDuplicates = false;
|
||||
|
||||
public HotkeyDefinition(string name, MiniYaml node)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user