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

16 lines
309 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ItemParam.proto";
// CmdId: 2899
// Name: CFBEJOHNPIM
message TakeCityReputationExploreRewardRsp {
repeated uint32 explore_id_list = 5;
uint32 city_id = 2;
repeated ItemParam item_list = 7;
int32 retcode = 6;
}