GC-Proto/proto/GetCityHuntingOfferRsp.proto

19 lines
427 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "HuntingOfferData.proto";
import "HuntingPair.proto";
// Name: HGLHDHOEEFL
// CmdId: 4346
message GetCityHuntingOfferRsp {
uint32 cur_week_finished_count = 12;
uint32 next_refresh_time = 10;
HuntingPair ongoing_hunting_pair = 15;
int32 retcode = 13;
repeated HuntingOfferData hunting_offer_list = 1;
uint32 city_id = 8;
}