-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de39095
commit 7ba0262
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ModLoader
updated
12 files
+15 −14 | .github/workflows/Build-ModLoader-Package.yml | |
+3 −0 | README.md | |
+1 −1 | mod/BeautySelectorAddon | |
+1 −1 | mod/ImageLoaderHook | |
+1 −1 | mod/ModLoaderGui | |
+1 −1 | mod/ModSubUiAngularJs | |
+2 −2 | modList.json | |
+2 −2 | out/modList.json | |
+12 −0 | src/BeforeSC2/ModLoadController.ts | |
+33 −10 | src/BeforeSC2/ModLoader.ts | |
+71 −7 | src/BeforeSC2/ModZipReader.ts | |
+9 −1 | src/BeforeSC2/Utils.ts |