diff --git a/Editor/ProjectStructureCreatorEditor.cs b/Editor/ProjectStructureCreatorEditor.cs index f25f68e..9ecb667 100644 --- a/Editor/ProjectStructureCreatorEditor.cs +++ b/Editor/ProjectStructureCreatorEditor.cs @@ -29,8 +29,6 @@ namespace Syntriax.Editor CreateSubFolder($"{AssetPath}", "Prefabs"); CreateSubFolder($"{AssetPath}/Prefabs", "UI"); - - CreateSubFolder($"{AssetPath}", "Modules"); } private static void CreateSubFolder(string parentFolder, string subFolder)