Assets/Scripts/TowerDefense/Towers/Tower.cs
@@ -166,6 +166,11 @@ get { return currentLevel == levels.Length - 1; } } /// <summary> /// 是否可以攻击 /// </summary> public bool CanAttack = true; public void setTowerState(bool attack) { if (!materialTowerAttackSelf) return;