1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2026-02-05 07:42:18 +08:00
This commit is contained in:
2023-09-12 21:05:54 +08:00
parent e12d20980a
commit e798055f7a
6 changed files with 100 additions and 71 deletions

View File

@@ -11,6 +11,7 @@ public static class AbnormalDisabler
public static void Init()
{
if (_patch != null) return;
_patch = Harmony.CreateAndPatchAll(typeof(AbnormalDisabler));
}