Skip to content

Commit d0c02f8

Browse files
committed
Changed menu for opening the tool
1 parent cc6233e commit d0c02f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Editor/MappingTool/EventSystemAuditor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ private struct UsageDetail
2020
public string ComponentTypeName;
2121
public Object Context; // Para hacer ping al componente exacto
2222
}
23-
24-
[MenuItem("Tools/SO Event System Auditor")]
23+
24+
[MenuItem("EspidiGames/SO Events/SO Event System Auditor")]
2525
public static void ShowWindow() => GetWindow<EventSystemAuditor>("Event Auditor");
2626

2727
private void OnEnable() => RefreshEventList();

0 commit comments

Comments
 (0)