From 6038009c0ff28bf43a942d8dbe5f17609895b0ab Mon Sep 17 00:00:00 2001 From: Syntriax Date: Mon, 13 Feb 2023 16:37:03 +0000 Subject: [PATCH] Update 'Editor/ProjectStructureCreatorEditor.cs' --- Editor/ProjectStructureCreatorEditor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor/ProjectStructureCreatorEditor.cs b/Editor/ProjectStructureCreatorEditor.cs index 18b0601..f25f68e 100644 --- a/Editor/ProjectStructureCreatorEditor.cs +++ b/Editor/ProjectStructureCreatorEditor.cs @@ -11,7 +11,7 @@ namespace Syntriax.Editor { private const string AssetPath = "Assets"; - [MenuItem("Syntriax/Create Project Structure", false, int.MaxValue)] + [MenuItem("Tools/Syntriax/Create Project Structure", false, int.MaxValue)] private static void CreateStructure() { CreateSubFolder($"{AssetPath}", "Art");