River Jiang
2020-10-28 00451158ba904571b1c6c755f34292dc76e25d80
Assets/Scripts/TowerDefense/Towers/Tower.cs
@@ -192,6 +192,9 @@
        /// <param name="play"></param>
        public void PlayEnergyEffect( bool play)
        {
            if (this.energyCtl)
                energyCtl.gameObject.SetActive(!play);
            if( play)
            {
                if( !opponentSide)