Exemplo n.º 1
0
 static bool Prefix(SteamLocoSimulation __instance)
 {
     cutoffProvider.SetValue(__instance.GetComponent <TrainCar>(), __instance.cutoff.value);
     return(true);
 }