wangguan
2020-11-23 e70a047e1d3a3b476212d49714264cf6871cd9fc
Assets/Scripts/ActionGameFramework/Health/Targetable.cs
@@ -85,6 +85,11 @@
        /// </summary>
        public ParticleSystem FrostParticle;
        /// <summary>
        /// 被火技能攻击特效
        /// </summary>
        public ParticleSystem FireSkillParticle;
        protected Color mMatColor;
        /// <summary>
@@ -158,8 +163,8 @@
        public void addSpeedSlowRate(float rate)
        {
            speedSlowRate += rate;
            if (speedSlowRate >= 0.75f)
                speedSlowRate = 0.75f;
            if (speedSlowRate >= 0.5f)
                speedSlowRate = 0.5f;
        }
        /// <summary>