소스 검색

补充代码

蓝色星空 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)
         {