mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-30 17:14:11 +03:00
sync proto v1-v3 public
This commit is contained in:
@@ -20,11 +20,12 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
// CmdId: 631
|
||||
// Obf: JHMCANALDCP
|
||||
message ReliquaryUpgradeRsp {
|
||||
uint32 power_up_rate = 4;
|
||||
uint32 cur_level = 4;
|
||||
uint64 target_reliquary_guid = 10;
|
||||
int32 retcode = 6;
|
||||
uint32 cur_level = 14;
|
||||
uint32 power_up_rate = 14;
|
||||
uint32 old_level = 5;
|
||||
repeated uint32 cur_append_prop_list = 11;
|
||||
repeated uint32 old_append_prop_list = 13;
|
||||
|
Reference in New Issue
Block a user