using GadgetCore; using GadgetCore.API; using RecipeMenuCore.API; using System.Collections.Generic; namespace RecipeMenuCore { internal static class Core { public static List pageGearForgeInfoList = new List(); public static List pageAlchemyStationInfoList = new List(); public static List pageUltimateForgeInfoList = new List(); public static GadgetLogger logger; } }