This commit is contained in:
陈思海 2025-12-16 15:36:13 +08:00
parent 1191ce4316
commit cff93a01a6

View File

@ -10,6 +10,11 @@ namespace AlicizaX.UI
[SerializeField] internal InputActionReference _hotKeyRefrence;
[SerializeField] internal EHotkeyPressType _hotkeyPressType;
public InputActionReference HotKeyRefrence
{
get { return _hotKeyRefrence; }
}
internal void HotkeyActionTrigger()
{
if (Interactable)