using GadgetCore; using GadgetCore.API; using RecipeMenuCore.API; using System.Collections.Generic; namespace RecipeMenuCore { internal static class Core { internal static List pageGearForgeInfoList = new List(); internal static List pageAlchemyStationInfoList = new List(); internal static List pageUltimateForgeInfoList = new List(); internal static List pageUniversalCrafterInfoList = new List(); internal static Dictionary> pageCustomCrafterInfoLists = new Dictionary>(); internal static RecipePage[] pageGearForgeInfoListVanilla = new RecipePage[6]; internal static RecipePage[] pageAlchemyStationInfoListVanilla = new RecipePage[2]; internal static RecipePage[] pageUltimateForgeInfoListVanilla = new RecipePage[6]; internal static bool settingUseDialog; internal static GadgetLogger logger; } }