6 lines
149 B
Protocol Buffer
6 lines
149 B
Protocol Buffer
syntax = "proto3";
|
|
option csharp_namespace = "FurinaImpact.Protocol";
|
|
message GatherGadgetInfo {
|
|
bool is_forbid_guest = 2;
|
|
uint32 item_id = 1;
|
|
}
|