GC-Proto/proto/ReliquaryPromoteRsp.proto

17 lines
335 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;
uint32 ONKINPFPNPJ = 9;
uint32 PJGFEEMIPBL = 8;
repeated uint32 CHKOMADPLAO = 14;
repeated uint32 PBPLNHFCKIO = 11;
uint64 target_reliquary_guid = 2;
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00