فهرست منبع

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;