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