[+] Custom shop name in photo

This commit is contained in:
Clansty
2024-09-02 23:02:47 +08:00
parent ac94b6d917
commit a3afb1a2b8
6 changed files with 27 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ namespace AquaMai
// These don't need to be configurable
Patch(typeof(FixCharaCrash));
Patch(typeof(CustomVersionString));
Patch(typeof(CustomPlaceName));
Patch(typeof(DisableReboot));
Patch(typeof(RunCommandOnEvents));
Patch(typeof(BasicFix));