15 lines
302 B
Protocol Buffer
15 lines
302 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ItemParam.proto";
|
|
|
|
// Name: GCFHDEGDMKH
|
|
// CmdId: 694
|
|
message ReliquaryUpgradeReq {
|
|
repeated uint64 food_reliquary_guid_list = 14;
|
|
repeated ItemParam item_param_list = 15;
|
|
uint64 target_reliquary_guid = 12;
|
|
}
|
|
|