修改字段类型
This commit is contained in:
parent
25d731c9ca
commit
cb1ae7482d
@ -68,7 +68,7 @@ message TrainState{
|
|||||||
//列车初始link运行方向
|
//列车初始link运行方向
|
||||||
bool up = 2;
|
bool up = 2;
|
||||||
// 列车初始速度
|
// 列车初始速度
|
||||||
bool speed = 3;
|
float speed = 3;
|
||||||
//列车长度,1=1mm
|
//列车长度,1=1mm
|
||||||
int64 trainLength = 4;
|
int64 trainLength = 4;
|
||||||
//列车是否显示
|
//列车是否显示
|
||||||
|
Loading…
Reference in New Issue
Block a user