This commit is contained in:
陈思海 2025-12-15 19:38:08 +08:00
parent 8a6e84cc71
commit ed5bbeb2ac

View File

@ -5,7 +5,6 @@ using UnityEngine.InputSystem;
using System.Collections.Generic; using System.Collections.Generic;
using System.Collections; using System.Collections;
using AlicizaX.UI; using AlicizaX.UI;
using UnityEditor.Callbacks;
namespace AlicizaX.UI namespace AlicizaX.UI
{ {
@ -40,7 +39,7 @@ namespace AlicizaX.UI
#if UNITY_EDITOR #if UNITY_EDITOR
[DidReloadScripts] [UnityEditor.Callbacks.DidReloadScripts]
internal static void ClearHotkeyRegistry() internal static void ClearHotkeyRegistry()
{ {
foreach (var key in _buttonRegistrations.Keys) foreach (var key in _buttonRegistrations.Keys)