From 8563f8c10ae3f31dca4a191fd6bb6f825527c949 Mon Sep 17 00:00:00 2001 From: Syntriax Date: Mon, 20 Feb 2023 09:08:55 +0000 Subject: [PATCH] Removed Modules Folder --- Editor/ProjectStructureCreatorEditor.cs | 2 -- 1 file changed, 2 deletions(-) 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)