- using GadgetCore;
- namespace MoreLights
- {
- internal static class Core
- {
- public static int itemGreenLampId = -1;
- public static int itemYellowLampId = -1;
- public static int itemPurpleLampId = -1;
- public static int itemOrangeLampId = -1;
- public static int itemWhiteLampId = -1;
- public static GadgetLogger logger;
- }
- }
|