Assets/Scripts/TowerDefense/Towers/Tower.cs
@@ -88,7 +88,7 @@ /// <summary> /// The current level of the tower /// </summary> public int currentLevel { get; protected set; } public int currentLevel { get; set; } protected bool m_bInAttackMode = false;