create new constructor for VmcExtSetShortcut
This commit is contained in:
parent
a72f184f00
commit
df32d6ab1f
|
@ -39,5 +39,10 @@ namespace godotVmcSharp
|
||||||
}
|
}
|
||||||
shortcut = (string)m.Data[0].Value;
|
shortcut = (string)m.Data[0].Value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public VmcExtSetShortcut(string _shortcut) : base(new godotOscSharp.Address("/VMC/Ext/Set/Shortcut"))
|
||||||
|
{
|
||||||
|
shortcut = _shortcut;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user