10 lines
119 B
Protocol Buffer
10 lines
119 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
message ChangeWidgetBackgroundActiveStateReq {
|
||
|
bool is_active = 1;
|
||
|
uint32 material_id = 15;
|
||
|
}
|