Ejemplo n.º 1
0
 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);
 }