示例#1
0
        private void RemoveBuffStack(SmartEntity target, BuffTypeVO buffType)
        {
            BuffComponent buffComp = target.BuffComp;

            if (buffComp == null)
            {
                return;
            }
            buffComp.RemoveBuffStack(buffType);
        }