GC-Proto/proto/TakeRegionSearchRewardRsp.proto
2023-04-11 11:14:48 +08:00

14 lines
217 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 5649
// Name: FJEBBDBJPFG
message TakeRegionSearchRewardRsp {
uint32 search_id = 6;
int32 retcode = 8;
uint32 id = 13;
}