private static bool KillModForRep(ref ItemRepresentation.ItemModPair pair, ItemModRepresentation modRep, ItemRepresentation owner, bool fromCallback) { if (pair.representation != modRep) { return(true); } owner.KillModRep(ref pair.representation, fromCallback); return(true); }