修改Event入口
This commit is contained in:
parent
93aba55cb0
commit
fb99b36e70
@ -9,7 +9,7 @@ namespace AlicizaX.Editor
|
||||
{
|
||||
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 float DefaultLeftPanelWidth = 360f;
|
||||
private const float MinLeftPanelWidth = 260f;
|
||||
|
||||
@ -6,7 +6,7 @@ namespace AlicizaX.Editor
|
||||
{
|
||||
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";
|
||||
|
||||
[MenuItem(MenuPath)]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user