Updated for v81

This commit is contained in:
Lady Alice 2026-05-01 00:06:39 -07:00
parent f0ef413d2f
commit d89b6bcec5
24 changed files with 214 additions and 90 deletions

View file

@ -20,7 +20,7 @@ namespace ScarletMansionSeichiPatch {
private const string modVersion = "1.0.0";
public const string targetModGUID = "dev.ladyalice.scarletmansion";
public const string targetModVersion = "1.3.27";
public const string targetModVersion = "2.3.3";
public readonly Harmony harmony = new Harmony(modGUID);
public static Plugin Instance {get; private set;}