15 lines
299 B
Protocol Buffer
15 lines
299 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ItemParam.proto";
|
|
|
|
// CmdId: 651
|
|
// Name: LKOLNMJMDCE
|
|
message ReliquaryUpgradeReq {
|
|
repeated uint64 food_reliquary_guid_list = 9;
|
|
repeated ItemParam item_param_list = 3;
|
|
uint64 target_reliquary_guid = 2;
|
|
}
|
|
|