Update 'Editor/ProjectStructureCreatorEditor.cs'
This commit is contained in:
parent
2f2b402acc
commit
6038009c0f
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue