From 1ea69287c20150c5756fd824727f256c852f9092 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 12 二月 2025 19:04:36 +0800
Subject: [PATCH] 10394 下载测试
---
System/AssetVersion/InGameDownLoad.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/System/AssetVersion/InGameDownLoad.cs b/System/AssetVersion/InGameDownLoad.cs
index fafad73..a9ccbd0 100644
--- a/System/AssetVersion/InGameDownLoad.cs
+++ b/System/AssetVersion/InGameDownLoad.cs
@@ -15,6 +15,7 @@
Dictionary<int, List<AssetVersion>> mapTasks = new Dictionary<int, List<AssetVersion>>();//鍦板浘涓撳睘鐨勮祫婧�
public bool inGameDownLoadAllow = false; //鏄惁鍙互涓嬭浇
+ public bool downLoadGo = false; //鏄惁鍔犻�熶笅杞�
public float progress //涓嬭浇杩涘害
{
@@ -591,6 +592,10 @@
{
if (!LoginWin.firstOpenEnd)
return 20;
+
+ if (downLoadGo)
+ return 20;
+
switch (Application.platform)
{
case RuntimePlatform.Android:
--
Gitblit v1.8.0