protected override void toDispatchAttribute(int[] changeList, int num, bool[] changeSet, int[] lastAttributes) { //先buff _parent.buff.onAttributeChange(changeList, num, changeSet, lastAttributes); _parent.onAttributeChange(changeList, num, changeSet, lastAttributes); }