Sort of an odd situation, but I would like to skip the renaming of all types that inherit from a particular class.
It would also be great if it was possible to skip the renaming of fields, properties, and methods that were inherited from that parent class.
This is for obfuscating Unity3d assemblies, because objects that inherit from MonoBehavior need to be handled differently.