6 lines
99 B
Protocol Buffer
6 lines
99 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message GatherGadgetInfo {
|
|
bool is_forbid_guest = 2;
|
|
uint32 item_id = 1;
|
|
}
|