7 lines
112 B
Protocol Buffer
7 lines
112 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message WorktopInfo {
|
||
|
repeated uint32 option_list = 1;
|
||
|
bool is_guest_can_operate = 2;
|
||
|
}
|