浏览代码

Start writing configuration class

habeebweeb 4 年之前
父节点
当前提交
a69f3869dd
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Configuration.cs

+ 7 - 0
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Configuration.cs

@@ -0,0 +1,7 @@
+namespace COM3D2.MeidoPhotoStudio.Plugin
+{
+    internal static class Configuration
+    {
+        public static bool ModItemsOnly { get; private set; } = false;
+    }
+}