12 lines
280 B
Protocol Buffer
12 lines
280 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "ItemParam.proto";
|
|
// 4.7.0
|
|
// CmdId: 9142
|
|
// ?
|
|
message ReliquaryUpgradeReq {
|
|
repeated ItemParam item_param_list = 5;
|
|
repeated uint64 food_reliquary_guid_list = 6;
|
|
uint64 target_reliquary_guid = 3;
|
|
}
|