Explorar o código

Start writing configuration class

habeebweeb %!s(int64=4) %!d(string=hai) anos
pai
achega
a69f3869dd

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