Removed Modules Folder

This commit is contained in:
Syntriax 2023-02-20 09:08:55 +00:00
parent 5ca9c33395
commit 8563f8c10a
1 changed files with 0 additions and 2 deletions

View File

@ -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)