| 12345678910111213141516 |
- using GadgetCore;
- using GadgetCore.API;
- namespace CombatChipChest
- {
- internal static class Core
- {
- public static int itemCombatChipChestId = -1;
- public static int npcID = -1;
- public static MenuInfo menu = null;
- public static CombatChipStore combatChipStore = new CombatChipStore(16, "CombatChipChest");
- public static GadgetLogger logger;
- }
- }
|