forked from GemBattle
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)