Core.cs 271 B

1234567891011121314
  1. using GadgetCore;
  2. using GadgetCore.API;
  3. namespace OriginalVanityItems
  4. {
  5. internal static class Core
  6. {
  7. public static GadgetLogger logger;
  8. public static ItemInfo itemShield;
  9. public static ItemInfo itemHelmet;
  10. public static ItemInfo itemArmor;
  11. }
  12. }