[+] Custom version string feature

This commit is contained in:
Clansty
2024-04-08 14:59:54 +08:00
parent 2630d32764
commit d8fc14e71b
5 changed files with 31 additions and 1 deletions

View File

@@ -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!");
}