16 lines
312 B
Protocol Buffer
16 lines
312 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ItemParam.proto";
|
|
|
|
// CmdId: 2841
|
|
// Name: LEIJECOECHD
|
|
message TakeCityReputationParentQuestRsp {
|
|
repeated uint32 parent_quest_list = 14;
|
|
int32 retcode = 12;
|
|
repeated ItemParam item_list = 7;
|
|
uint32 city_id = 11;
|
|
}
|
|
|