- using GadgetCore;
- using GadgetCore.API;
- namespace AncientReassembler
- {
- internal static class Core
- {
- public static int itemAncientReassemblerId = -1;
- public static int npcID = -1;
- public static MenuInfo menu = null;
- public static ItemStore itemStore = new ItemStore(3);
- public static GadgetLogger logger;
- }
- }
|