GC-Proto/proto/ReliquaryPromoteRsp.proto

17 lines
425 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2022-11-06 15:30:21 +03:00
option java_package = "emu.grasscutter.net.proto";
2023-02-28 06:08:38 +03:00
// Name: EGKNAIKCCFF
// CmdId: 684
2022-11-06 15:30:21 +03:00
message ReliquaryPromoteRsp {
2023-02-28 06:08:38 +03:00
int32 retcode = 13;
2023-03-07 05:02:26 +03:00
uint32 cur_promote_level = 9; // ONKINPFPNPJ
uint32 old_promote_level = 8; // PJGFEEMIPBL
repeated uint32 cur_append_prop_list = 14; // CHKOMADPLAO
repeated uint32 old_append_prop_list = 11; // PBPLNHFCKIO
2023-02-28 06:08:38 +03:00
uint64 target_reliquary_guid = 2;
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00