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