Updated for v81
This commit is contained in:
parent
f0ef413d2f
commit
d89b6bcec5
24 changed files with 214 additions and 90 deletions
|
|
@ -19,7 +19,7 @@ namespace ScarletMansionMimicsPatch {
|
|||
|
||||
[BepInPlugin(modGUID, modName, modVersion)]
|
||||
|
||||
[BepInDependency("dev.ladyalice.scarletmansion", "1.3.22")]
|
||||
[BepInDependency("dev.ladyalice.scarletmansion", "2.4.0")]
|
||||
[BepInDependency(targetModGUID, BepInDependency.DependencyFlags.SoftDependency)]
|
||||
|
||||
public class Plugin : BaseUnityPlugin {
|
||||
|
|
@ -29,7 +29,7 @@ namespace ScarletMansionMimicsPatch {
|
|||
private const string modVersion = "1.0.0";
|
||||
|
||||
public const string targetModGUID = "x753.Mimics";
|
||||
public const string targetModVersion = "2.6.0";
|
||||
public const string targetModVersion = "2.7.4";
|
||||
|
||||
public readonly Harmony harmony = new Harmony(modGUID);
|
||||
public static Plugin Instance {get; private set;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue