Core.cs 170 B

1234567891011
  1. using GadgetCore;
  2. namespace PlatformBlock
  3. {
  4. internal static class Core
  5. {
  6. public static int itemPlatformId = -1;
  7. public static GadgetLogger logger;
  8. }
  9. }