Initial Commit

This commit is contained in:
AlphaKR93
2023-03-06 23:57:53 +09:00
commit 2939a4b16b
30 changed files with 38477 additions and 0 deletions

5
scripts/reapplyAPI.cmd Normal file
View File

@@ -0,0 +1,5 @@
@echo off
taskkill /f /t /im java.exe >> NUL
taskkill /f /t /im git.exe >> NUL
rd /s /q Andromeda-API >> NUL
call gradlew.bat applyAPIPatches