三国卡牌客户端基础资源仓库
yyl
2025-05-20 ad754b0ed9a65f2ca8d705210beab9b055fe2664
Assets/Launch/Launch.cs
@@ -265,6 +265,14 @@
    private void PrepareDownLoad()
    {
        if (LocalResManager.downLoadCount > 3)
        {
            LocalResManager.step = LocalResManager.LoadDllStep.None;
            stop = true;
            HttpBehaviour.ConnectAllTimes = 9999;
            return;
        }
        LocalResManager.Instance.RequestLogicBytes();
    }