added VerifyLoaderVersion for MelonLoader v6.0.0

sanity check
This commit is contained in:
ALittlePatate
2023-03-06 15:43:55 +01:00
committed by GitHub
parent f492715f3c
commit 1eb7b1f9ed

View File

@@ -6,6 +6,7 @@ using Il2CppPhoton.Bolt;
using System.Runtime.CompilerServices;
using Il2CppHorror;
[assembly: VerifyLoaderVersion(6, 0, 0, true)] //Minimum MelonLoader version is V6.0.0, sanity check for people who use 5.7 and wonder why it crashes :)
[assembly: MelonInfo(typeof(DevourClient.Load), "DevourClient", "1", "ALittlePatate & Jadis")]
[assembly: MelonGame("Straight Back Games", "DEVOUR")]