浏览代码

Nest SerializePoseList in Constants

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

+ 5 - 5
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Constants.cs

@@ -160,12 +160,12 @@ namespace COM3D2.MeidoPhotoStudio.Plugin
         {
             return OpenCsvParser(nei, GameUty.FileSystem);
         }
-    }
 
-    public class SerializePoseList
-    {
-        public string UIName { get; set; }
-        public List<string> PoseList { get; set; }
+        public class SerializePoseList
+        {
+            public string UIName { get; set; }
+            public List<string> PoseList { get; set; }
+        }
     }
 
     public static class Translation