mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 14:37:27 +08:00
[+] Custom version string feature
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using AquaMai.Fix;
|
||||
using AquaMai.UX;
|
||||
using MelonLoader;
|
||||
using Tomlet;
|
||||
|
||||
@@ -77,6 +78,7 @@ namespace AquaMai
|
||||
// Fixes that does not have side effects
|
||||
// These don't need to be configurable
|
||||
Patch(typeof(FixCharaCrash));
|
||||
Patch(typeof(CustomVersionString));
|
||||
|
||||
MelonLogger.Msg("Loaded!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user