车站增加车辆段和站名简写

This commit is contained in:
joylink_zhaoerwei 2023-11-16 16:22:35 +08:00
parent dba7ea4f29
commit 7aa3851130

View File

@ -163,6 +163,8 @@ message Station {
int32 index = 7;
string refIbpMapCode = 8; // IBP地图Code
string stationName = 9; //
string stationNameAcronym = 10; //
bool depots = 11; //
}
message TrainWindow {
@ -554,4 +556,4 @@ message Train {
int32 minDiameter = 4; //
int32 maxDiameter = 5; //
string trainSets = 6; //
}
}