[+] Global judge adjust

This commit is contained in:
Clansty
2024-09-17 04:13:51 +08:00
parent ef832461c0
commit 5128db9f6c
6 changed files with 50 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ using System.IO;
using System.Runtime.InteropServices;
using AquaMai.Fix;
using AquaMai.Helpers;
using AquaMai.Utils;
using AquaMai.UX;
using MelonLoader;
using Tomlet;
@@ -132,6 +133,8 @@ namespace AquaMai
Patch(typeof(CustomVersionString));
Patch(typeof(CustomPlaceName));
Patch(typeof(RunCommandOnEvents));
// Utils
Patch(typeof(JudgeAdjust));
// Apply patches based on the settings
ApplyPatches();