|
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ItemParam.proto";
|
|
|
|
// CmdId: 8041
|
|
message TakeCityReputationParentQuestRsp {
|
|
repeated uint32 parent_quest_list = 2;
|
|
repeated ItemParam item_list = 4;
|
|
uint32 city_id = 6;
|
|
int32 retcode = 15;
|
|
} |