[+] Execute some command on game idle or on game start

This commit is contained in:
Clansty
2024-05-20 22:31:27 +08:00
parent 86164ba518
commit 21309cddf0
5 changed files with 50 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ namespace AquaMai
Patch(typeof(FixCharaCrash));
Patch(typeof(CustomVersionString));
Patch(typeof(DisableReboot));
Patch(typeof(RunCommandOnEvents));
MelonLogger.Msg("Loaded!");
}