Skip to content

Commit bf56cc3

Browse files
authored
Update AssetsContainerEditor.cs
1 parent 51f8bb2 commit bf56cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataSerializer/AssetsContainerEditor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ internal class AssetsContainerEditor : EditorWindow
99
private AssetsContainer _provider = null;
1010
private Vector2 _scroll = default;
1111

12-
[MenuItem("Window/Assets References")]
12+
[MenuItem("Window/Assets Container")]
1313
static void ShowWindow() =>
1414
GetWindow<AssetsContainerEditor>("Assets Container").Show();
1515

0 commit comments

Comments
 (0)