using GadgetCore; using GadgetCore.API; using System.Collections.Generic; namespace UltimateRings { internal static class Core { public static List<ItemInfo> infoList; public static GadgetLogger logger; } }