public static void DoAllMpPatches(this Harmony harmony) { foreach (Type type in Assembly.GetCallingAssembly().GetTypes()) { harmony.DoMpPatches(type); } }