Core.cs 175 B

12345678910
  1. using GadgetCore;
  2. namespace EnginesDeluxe
  3. {
  4. internal static class Core
  5. {
  6. public static GadgetLogger logger;
  7. public static StarTypeEnum settingStarsEnum;
  8. }
  9. }