Updated for v81
This commit is contained in:
parent
f0ef413d2f
commit
d89b6bcec5
24 changed files with 214 additions and 90 deletions
|
|
@ -11,7 +11,7 @@ using System.Threading.Tasks;
|
|||
namespace ScarletMansionCoronerPatch {
|
||||
[BepInPlugin(modGUID, modName, modVersion)]
|
||||
|
||||
[BepInDependency("dev.ladyalice.scarletmansion", "1.3.27")]
|
||||
[BepInDependency("dev.ladyalice.scarletmansion", "2.4.0")]
|
||||
[BepInDependency(targetModGUID, BepInDependency.DependencyFlags.SoftDependency)]
|
||||
|
||||
public class Plugin : BaseUnityPlugin {
|
||||
|
|
@ -21,7 +21,7 @@ namespace ScarletMansionCoronerPatch {
|
|||
private const string modVersion = "1.0.0";
|
||||
|
||||
public const string targetModGUID = "com.elitemastereric.coroner";
|
||||
public const string targetModVersion = "2.1.0";
|
||||
public const string targetModVersion = "2.4.0";
|
||||
|
||||
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