From bc14626b98377c39db4d77029326389bb34484a8 Mon Sep 17 00:00:00 2001
From: chenxin <chenxin6991@163.com>
Date: Sat, 31 Oct 2020 16:59:37 +0800
Subject: [PATCH] boss动作、结算特效、选择部分特效,关卡流程的bug

---
 Assets/Scripts/TowerDefense/UI/HUD/EndlessRandomTower.cs |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/Assets/Scripts/TowerDefense/UI/HUD/EndlessRandomTower.cs b/Assets/Scripts/TowerDefense/UI/HUD/EndlessRandomTower.cs
index a666cf0..b0a4e34 100644
--- a/Assets/Scripts/TowerDefense/UI/HUD/EndlessRandomTower.cs
+++ b/Assets/Scripts/TowerDefense/UI/HUD/EndlessRandomTower.cs
@@ -42,8 +42,6 @@
 
     protected int maxTower = 0;
 
-    private bool firstDeploy = false;
-
     public static readonly int MAX_TOWERDIS = 5;
 
     // 开始出现技能塔的时间:

--
Gitblit v1.9.1