Core.cs 122 B

123456789
  1. using GadgetCore;
  2. namespace ScrapYard
  3. {
  4. internal static class Core
  5. {
  6. public static GadgetLogger logger;
  7. }
  8. }