lcy
2 天以前 a7ed069826ca531f54dea55e3f60761b05e756d1
136 子 【挑战】战锤秘境 / 【挑战】战锤秘境-客户端 删除using
2个文件已修改
4 ■■■ 已修改文件
Main/System/BoneField/BoneFieldManager.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/BoneField/BoneFieldWin.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/BoneField/BoneFieldManager.cs
@@ -1,5 +1,4 @@
using System.Collections.Generic;
using DG.DemiEditor;
using LitJson;
public class BoneFieldManager : GameSystemManager<BoneFieldManager>
{
@@ -161,7 +160,7 @@
    public void UpdateFBEnd(H0320_tagFBEnd vNetData)
    {
        if (vNetData.Msg.IsNullOrEmpty())
        if (vNetData.Msg == null)
            return;
        ChallengeResultData result = ChallengeResultData.FromJson(vNetData.Msg);
        if (result == null || result.itemInfo.IsNullOrEmpty())
Main/System/BoneField/BoneFieldWin.cs
@@ -1,4 +1,3 @@
using System;
using System.Collections.Generic;
using UnityEngine;
public class BoneFieldWin : UIBase