mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-09-20 21:46:02 +08:00
separate Bep5 and Bep6 support. Fix enums not backed by ints.
This commit is contained in:
@ -104,7 +104,7 @@ namespace UnityExplorer.UI
|
||||
{
|
||||
var harmony =
|
||||
#if ML
|
||||
ExplorerMelonMod.Instance.harmonyInstance;
|
||||
ExplorerMelonMod.Instance.Harmony;
|
||||
#elif BIE
|
||||
ExplorerBepInPlugin.HarmonyInstance;
|
||||
#elif STANDALONE
|
||||
|
Reference in New Issue
Block a user