Closed ValerianUrbanski closed 1 year ago
By the way, in case you hadn't noticed, the v2 version of all the types have a v1
field, so you can do things like:
CargoType_v2 cargoTypeV2 = GetCargoTypeV2FromSomewhere();
MethodThatTakesCargoTypeV1(cargoTypeV2.v1);
It's defined in the Thing_v2_from_v1_enum
abstract class, which all the new types extend.
Update the mod to work with Derail Valley: Simulator.
Burndown of existing features