Core.cs 162 B

12345678910
  1. using GadgetCore;
  2. namespace ScreenshotMode
  3. {
  4. internal static class Core
  5. {
  6. public static GadgetLogger logger;
  7. internal static int state = 0;
  8. }
  9. }