Skip to content

Commit 3b48616

Browse files
committed
Change: Add description field to cars
1 parent c953dd7 commit 3b48616

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/OpenBveApi/Train/AbstractCar.cs

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ public class AbstractCar
2727
/// <remarks>Default units are km/h</remarks>
2828
public double CurrentSpeed;
2929

30+
/// <summary>The textual description for this car</summary>
31+
public string Description;
32+
3033
/// <summary>The empty mass of the car</summary>
3134
public double EmptyMass;
3235

0 commit comments

Comments
 (0)