-
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
d4ee9bb
commit d2f530e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ModLoader
updated
13 files
+25 −0 | .github/workflows/Build-ModLoader-Package.yml | |
+2 −0 | .gitignore | |
+6 −0 | .gitmodules | |
+0 −5 | .idea/vcs.xml | |
+5 −3 | README.md | |
+1 −0 | mod/DoLHookWidget | |
+1 −1 | mod/DoLTimeWrapperAddon | |
+1 −0 | mod/TweePrefixPostfixAddon | |
+3 −1 | modList.json | |
+3 −1 | out/modList.json | |
+8 −0 | src/BeforeSC2/SC2DataManager.ts | |
+1 −1 | src/BeforeSC2/Utils.ts | |
+340 −0 | src/BeforeSC2/WikifyTracer.ts |