GC-Proto/proto/GatherGadgetInfo.proto

8 lines
167 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-08-17 14:18:58 +03:00
// Obf: IHPBLNPFECK
2022-11-06 15:30:21 +03:00
message GatherGadgetInfo {
2023-05-23 13:12:42 +03:00
uint32 item_id = 1;
bool is_forbid_guest = 2;
2022-11-06 15:30:21 +03:00
}