mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 01:24:12 +03:00
Update proto 3.3
This commit is contained in:
@@ -21,11 +21,16 @@ import "CompoundQueueData.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 149
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message GetCompoundDataRsp {
|
||||
int32 retcode = 3;
|
||||
repeated uint32 unlock_compound_list = 11;
|
||||
repeated CompoundQueueData compound_que_data_list = 7;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 115;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
repeated CompoundQueueData compound_queue_data_list = 4;
|
||||
repeated uint32 unlock_compound_list = 10;
|
||||
int32 retcode = 15;
|
||||
}
|
||||
|
Reference in New Issue
Block a user