Пример #1
0
 internal static void Postfix(ref Vehicle __instance)
 {
     VehicleUpgrader.UpgradeVehicle(__instance);
 }
Пример #2
0
 internal static void Postfix(Vehicle __instance, TechType techType)
 {
     VehicleUpgrader.UpgradeVehicle(__instance, techType);
 }