From 3649bca5c4c8be376924cc6dd9ee998270a6f53b Mon Sep 17 00:00:00 2001
From: QD-PangDeRong <593317293@qq.com>
Date: 星期五, 10 八月 2018 20:54:22 +0800
Subject: [PATCH] [2181]增加积分商城红点
---
System/KnapSack/Logic/EquipTip.cs | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
diff --git a/System/KnapSack/Logic/EquipTip.cs b/System/KnapSack/Logic/EquipTip.cs
index 7a6e4a3..9051ada 100644
--- a/System/KnapSack/Logic/EquipTip.cs
+++ b/System/KnapSack/Logic/EquipTip.cs
@@ -153,19 +153,6 @@
{
bottomPart.gameObject.SetActive(false);
StartCoroutine(SetScrollSize());
- StartCoroutine(CheckPlayerIsReborn());
- }
-
- IEnumerator CheckPlayerIsReborn()
- {
- int questTimes = 0;
- while (questTimes < 5)
- {
- DesignDebug.Log("CheckPlayerIsReborn:寮�濮�");
- yield return new WaitForSeconds(1);
- questTimes += 1;
- DesignDebug.Log("CheckPlayerIsReborn锛氱粨鏉�");
- }
}
IEnumerator SetScrollSize()
--
Gitblit v1.8.0