mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-02 10:30:12 +03:00
Update proto 3.3
This commit is contained in:
@@ -21,11 +21,16 @@ import "EquipParam.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 1407
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message GetMailItemRsp {
|
||||
int32 retcode = 7;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 1500;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
repeated EquipParam item_list = 6;
|
||||
repeated uint32 mail_id_list = 3;
|
||||
repeated EquipParam item_list = 2;
|
||||
int32 retcode = 7;
|
||||
}
|
||||
|
Reference in New Issue
Block a user