Update 'Editor/ProjectStructureCreatorEditor.cs'

This commit is contained in:
Syntriax 2023-02-13 16:37:03 +00:00
parent 2f2b402acc
commit 6038009c0f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ namespace Syntriax.Editor
{ {
private const string AssetPath = "Assets"; 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() private static void CreateStructure()
{ {
CreateSubFolder($"{AssetPath}", "Art"); CreateSubFolder($"{AssetPath}", "Art");