8 lines
115 B
Protocol Buffer
8 lines
115 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
message ChangeWidgetBackgroundActiveStateRsp {
|
||
|
int32 retcode = 9;
|
||
|
uint32 material_id = 8;
|
||
|
}
|