wangguan
2020-12-07 acdbea70eae789e231613405f3c42983098a5c0c
Assets/Scripts/TowerDefense/UI/HUD/PlacementTile.cs
@@ -66,6 +66,7 @@
        //public ParticleSystem myPS;//可以升级的特效
        public ParticleSystem myOpenPS;//购买后的特效
        public ParticleSystem myPutPS;//交换塔位置后的特效
        /// <summary>
        /// Update the state of this placement tile
@@ -278,5 +279,11 @@
        {
            myOpenPS?.Play();
        }
        public void PutPs()
        {
            myPutPS?.Play();
        }
    }
}