瀏覽代碼

Make MaidPlacementUtility static

habeebweeb 4 年之前
父節點
當前提交
11150dffae
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/MaidPlacementUtility.cs

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/MaidPlacementUtility.cs

@@ -3,7 +3,7 @@ using UnityEngine;
 
 namespace COM3D2.MeidoPhotoStudio.Plugin
 {
-    internal class MaidPlacementUtility
+    internal static class MaidPlacementUtility
     {
         private static readonly float pi = Mathf.PI;
         private static readonly float tau = Mathf.PI * 2f;