mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 08:49:26 +03:00
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;
|
|
}
|
|
|