-
Notifications
You must be signed in to change notification settings - Fork 17
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
bd8b4eb
commit d07f48b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ModLoader
updated
24 files
+14 −0 | .github/workflows/Build-ModLoader-Package.yml | |
+1 −0 | .gitignore | |
+4 −0 | .gitmodules | |
+1 −1 | mod/BeautySelectorAddon | |
+1 −1 | mod/CheckDoLCompressorDictionaries | |
+1 −1 | mod/ConflictChecker | |
+1 −1 | mod/Diff3WayMerge | |
+1 −0 | mod/DoLTimeWrapperAddon | |
+1 −1 | mod/I18nScriptList | |
+1 −1 | mod/I18nTweeList | |
+1 −1 | mod/I18nTweeReplacer | |
+1 −1 | mod/ModdedClothesAddon | |
+1 −1 | mod/ModdedFeatsAddon | |
+1 −1 | mod/ModuleCssReplacer | |
+1 −1 | mod/ReplacePatch | |
+1 −1 | mod/SweetAlert2Mod | |
+1 −1 | mod/TweeReplacer | |
+1 −1 | mod/TweeReplacerLinker | |
+1 −1 | mod/template | |
+1 −0 | modList.json | |
+1 −0 | out/modList.json | |
+6 −3 | src/BeforeSC2/ModZipReader.ts | |
+223 −0 | src/BeforeSC2/SC2ApiRef.ts | |
+1 −1 | src/BeforeSC2/Utils.ts |