6 lines
77 B
Protocol Buffer
6 lines
77 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message WorktopInfo {
|
||
|
repeated uint32 optionList = 1;
|
||
|
}
|