public static void Postfix()
 {
     Debug.LogWarning($"[Jam] ObjectDB_CopyOtherDB_Patch ({ObjectDB.instance.m_items.Count})");
     Jam.TryRegisterItems();
     Jam.TryRegisterRecipes();
 }
Example #2
0
 public static void Postfix()
 {
     Jam.TryRegisterItems();
     Jam.TryRegisterRecipes();
 }