蓝色星空 1 年間 前
コミット
525921421e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Assets/Game/Blue/Controller/Item/ShowXunJian_UIItem.cs

+ 1 - 1
Assets/Game/Blue/Controller/Item/ShowXunJian_UIItem.cs

@@ -49,7 +49,7 @@ public class ShowXunJian_UIItem : MonoBehaviour, IController
 
     public void Set()
     {
-        this.GetService<IInspectionService>().Set(mItemID, mNormal, mOutliers, mInspectionId, new string[3] { "1", "2", "3" });
+        this.GetService<IInspectionService>().Set(mItemID, mNormal, mOutliers, mInspectionId, new int[3] { 1, 2, 3 };);
 
         foreach (var ByteClass in byteDic)
         {