修改Event入口

This commit is contained in:
b4lie 2026-03-22 19:23:18 +08:00
parent 93aba55cb0
commit fb99b36e70
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ namespace AlicizaX.Editor
{ {
internal sealed class EventMonitorWindow : EditorWindow internal sealed class EventMonitorWindow : EditorWindow
{ {
private const string MenuPath = "Tools/AlicizaX/事件监视器"; private const string MenuPath = "Tools/AlicizaX/Event/事件监视器";
private const double RepaintIntervalSeconds = 0.25d; private const double RepaintIntervalSeconds = 0.25d;
private const float DefaultLeftPanelWidth = 360f; private const float DefaultLeftPanelWidth = 360f;
private const float MinLeftPanelWidth = 260f; private const float MinLeftPanelWidth = 260f;

View File

@ -6,7 +6,7 @@ namespace AlicizaX.Editor
{ {
internal static class EventScriptingDefineSymbols internal static class EventScriptingDefineSymbols
{ {
private const string MenuPath = "Tools/AlicizaX/Event Strict Check"; private const string MenuPath = "Tools/AlicizaX/Event/Event Strict Check";
private const string DefineSymbol = "Event_StrictCheck"; private const string DefineSymbol = "Event_StrictCheck";
[MenuItem(MenuPath)] [MenuItem(MenuPath)]