Browse Source

Nest SerializePoseList in Constants

habeebweeb 4 years ago
parent
commit
a8ce0cbb0c
1 changed files with 5 additions and 5 deletions
  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