GC-Proto/unimplemented/GetCityHuntingOfferRsp.proto

17 lines
428 B
Protocol Buffer
Raw Normal View History

2024-08-28 08:04:33 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdId: 7671
import "HuntingOfferData.proto";
import "HuntingPair.proto";
message GetCityHuntingOfferRsp {
uint32 city_id = 8;
repeated HuntingOfferData hunting_offer_list = 9;
uint32 next_refresh_time = 10;
int32 retcode = 11;
HuntingPair ongoing_hunting_pair = 13;
uint32 cur_week_finished_count = 15;
}