hch
5 天以前 a08c5bf246caa43a12025f619ba491c4194ef2fa
Main/System/Battle/BattleManager.cs
@@ -632,8 +632,7 @@
        float currentTime = Time.time;
        if (currentTime - lastTime < turnCoolDown)
        {
            SysNotifyMgr.Instance.ShowTip("BattleCoolDown");
            Debug.Log("BattleCoolDown tip");
            SysNotifyMgr.Instance.ShowTip("BattleCoolDownClient");
            return;
        }
        lastTime = currentTime;