GC-Proto/unimplemented/COEFHPAPNPP.proto
2024-08-28 13:04:33 +08:00

14 lines
290 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdId: 23093
import "ItemParam.proto";
message COEFHPAPNPP {
repeated uint32 parent_quest_list = 3;
repeated ItemParam item_list = 7;
int32 retcode = 10;
uint32 city_id = 15;
}