You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is one of the methods that doesn't run, in a separate Patch class. I'm not sure if this is because I am using .NET Standard in Visual Studio or some other issue. [HarmonyPatch(typeof(ItemManager), "InitAllItems")] [HarmonyPostfix] private static void Init() { Debug.Log("running!"); }
The text was updated successfully, but these errors were encountered:
This is one of the methods that doesn't run, in a separate Patch class. I'm not sure if this is because I am using .NET Standard in Visual Studio or some other issue.
[HarmonyPatch(typeof(ItemManager), "InitAllItems")] [HarmonyPostfix] private static void Init() { Debug.Log("running!"); }
The text was updated successfully, but these errors were encountered: