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