This website requires JavaScript.
Explore
Help
Sign In
joylink
/
rts-sim-testing-message
Watch
6
Star
0
Fork
0
You've already forked rts-sim-testing-message
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cf291d6372
rts-sim-testing-message
/
protos
/
picture.proto
9 lines
117 B
Protocol Buffer
Raw
Normal View
History
Unescape
Escape
增加psl数据
2023-08-25 14:41:21 +08:00
syntax
=
"proto3"
;
增加画面枚举
2023-08-25 09:01:39 +08:00
enum
PictureType
{
/** 平面布置图 */
StationLayout
=
0
;
/** Psl界面 */
Psl
=
1
;
}
Reference in New Issue
Copy Permalink