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