示例#1
0
        public void ApplyActiveBuffs(SmartEntity target, BuffModify modify, ref int modifyValue, int modifyValueMax)
        {
            BuffComponent buffComp = target.BuffComp;

            if (buffComp != null)
            {
                buffComp.ApplyActiveBuffs(modify, ref modifyValue, modifyValueMax);
            }
        }