Update 'Editor/ProjectStructureCreatorEditor.cs'
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user