Ejemplo n.º 1
0
 internal static void Postfix(ref Vehicle __instance)
 {
     VehicleUpgrader.UpgradeVehicle(__instance);
 }
Ejemplo n.º 2
0
 internal static void Postfix(Vehicle __instance, TechType techType)
 {
     VehicleUpgrader.UpgradeVehicle(__instance, techType);
 }