mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,12 +22,17 @@ import "ItemParam.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 1784
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message AvatarExpeditionGetRewardRsp {
|
||||
repeated ItemParam extra_item_list = 9;
|
||||
repeated ItemParam item_list = 8;
|
||||
map<uint64, AvatarExpeditionInfo> expedition_info_map = 12;
|
||||
int32 retcode = 2;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 1715;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
repeated ItemParam item_list = 7;
|
||||
repeated ItemParam extra_item_list = 11;
|
||||
map<uint64, AvatarExpeditionInfo> expedition_info_map = 13;
|
||||
int32 retcode = 8;
|
||||
}
|
||||
|
Reference in New Issue
Block a user