【增加列车的显示状态】
This commit is contained in:
parent
a2b81799c6
commit
f0da7c7c5c
@ -112,6 +112,8 @@ message TrainState{
|
|||||||
int32 tailRadarSpeed = 22;
|
int32 tailRadarSpeed = 22;
|
||||||
//列车长度,1=1mm
|
//列车长度,1=1mm
|
||||||
int64 trainLength = 23;
|
int64 trainLength = 23;
|
||||||
|
//列车是否显示
|
||||||
|
bool show = 24;
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user