Set duplicates flag for hotkeys in HotkeyManager
This commit is contained in:
committed by
abcdefg30
parent
38f5d2c100
commit
ad02adff3e
@@ -20,7 +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 bool HasDuplicates { get; internal set; }
|
||||
|
||||
public HotkeyDefinition(string name, MiniYaml node)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user