Configuration.cs 168 B

1234567
  1. namespace COM3D2.MeidoPhotoStudio.Plugin
  2. {
  3. internal static class Configuration
  4. {
  5. public static bool ModItemsOnly { get; private set; } = false;
  6. }
  7. }