18 lines
368 B
Protocol Buffer
18 lines
368 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: EHKGELEMEHM
|
|
// CmdId: 674
|
|
message ReliquaryUpgradeRsp {
|
|
uint32 curLevel = 6;
|
|
uint32 oldLevel = 3;
|
|
repeated uint32 oldAppendPropList = 7;
|
|
int32 retcode = 11;
|
|
uint64 target_reliquary_guid = 15;
|
|
repeated uint32 curAppendPropList = 1;
|
|
uint32 powerUpRate = 5;
|
|
}
|
|
|