6 lines
No EOL
92 B
Protocol Buffer
6 lines
No EOL
92 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message WidgetDoBagRsp {
|
|
uint32 material_id = 2;
|
|
int32 retcode = 15;
|
|
} |