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 bool settingUseDialog; internal static GadgetLogger logger; } }