diff --git a/VmcMessages/VmcExtSetShortcut.cs b/VmcMessages/VmcExtSetShortcut.cs index ee3e3bf..86cbd6e 100644 --- a/VmcMessages/VmcExtSetShortcut.cs +++ b/VmcMessages/VmcExtSetShortcut.cs @@ -39,5 +39,10 @@ namespace godotVmcSharp } shortcut = (string)m.Data[0].Value; } + + public VmcExtSetShortcut(string _shortcut) : base(new godotOscSharp.Address("/VMC/Ext/Set/Shortcut")) + { + shortcut = _shortcut; + } } } \ No newline at end of file