mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-10-22 20:09:46 +08:00
Add hotkey global switch
This commit is contained in:
@@ -26,6 +26,18 @@ namespace GrasscutterTools.Utils
|
||||
/// </summary>
|
||||
internal class HotKeyItem
|
||||
{
|
||||
public HotKeyItem()
|
||||
{
|
||||
}
|
||||
|
||||
public HotKeyItem(string tag, string commands, string hotKey, bool isEnabled = true)
|
||||
{
|
||||
Tag = tag;
|
||||
Commands = commands;
|
||||
HotKey = hotKey;
|
||||
IsEnabled = isEnabled;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the hot key identifier.
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user