internal static void Postfix(ref Vehicle __instance) { VehicleUpgrader.UpgradeVehicle(__instance); }
internal static void Postfix(Vehicle __instance, TechType techType) { VehicleUpgrader.UpgradeVehicle(__instance, techType); }