GC-Proto/proto/ReliquaryPromoteRsp.proto

16 lines
368 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-08-22 20:23:37 +03:00
// CmdId: 658
// EnetChannelId: 0
// EnetIsReliable: true
2022-11-06 15:30:21 +03:00
message ReliquaryPromoteRsp {
2023-08-22 20:23:37 +03:00
int32 retcode = 2;
uint64 target_reliquary_guid = 4;
uint32 old_promote_level = 11;
uint32 cur_promote_level = 14;
repeated uint32 old_append_prop_list = 3;
repeated uint32 cur_append_prop_list = 13;
2022-11-06 15:30:21 +03:00
}