mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-30 17:14:11 +03:00
Update proto 3.3
This commit is contained in:
@@ -19,15 +19,20 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 693
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message ReliquaryUpgradeRsp {
|
||||
uint32 old_level = 4;
|
||||
uint32 cur_level = 13;
|
||||
uint64 target_reliquary_guid = 9;
|
||||
repeated uint32 cur_append_prop_list = 2;
|
||||
uint32 power_up_rate = 6;
|
||||
repeated uint32 old_append_prop_list = 15;
|
||||
int32 retcode = 5;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 607;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
repeated uint32 Unk3300_MGELABLMFOE = 13;
|
||||
int32 retcode = 11;
|
||||
uint64 target_reliquary_guid = 14;
|
||||
uint32 cur_level = 2;
|
||||
uint32 old_level = 6;
|
||||
repeated uint32 Unk3300_IALPGNADFKA = 10;
|
||||
uint32 power_up_rate = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user