11 lines
No EOL
214 B
Protocol Buffer
11 lines
No EOL
214 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
import "WidgetSlotTag.proto";
|
|
import "WidgetSlotOp.proto";
|
|
|
|
message SetWidgetSlotRsp {
|
|
int32 retcode = 7;
|
|
repeated WidgetSlotTag tag_list = 5;
|
|
uint32 material_id = 8;
|
|
WidgetSlotOp op = 14;
|
|
} |