소스 검색

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;
+    }
+}