Rename NamedHotkey to HotkeyReference.
This commit is contained in:
@@ -20,7 +20,7 @@ namespace OpenRA.Mods.Common.Widgets
|
||||
public readonly string TooltipContainer;
|
||||
public readonly string TooltipTemplate = "BUTTON_TOOLTIP";
|
||||
|
||||
public NamedHotkey Key = new NamedHotkey();
|
||||
public HotkeyReference Key = new HotkeyReference();
|
||||
public bool DisableKeyRepeat = false;
|
||||
public bool DisableKeySound = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user