17 lines
389 B
Protocol Buffer
17 lines
389 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "AvatarExpeditionInfo.proto";
|
|
import "ItemParam.proto";
|
|
|
|
// CmdId: 1646
|
|
// EnetChannelId: 0
|
|
// EnetIsReliable: true
|
|
message AvatarExpeditionGetRewardRsp {
|
|
int32 retcode = 15;
|
|
map<uint64, AvatarExpeditionInfo> expedition_info_map = 5;
|
|
repeated ItemParam item_list = 6;
|
|
repeated ItemParam BNFDDKNNJJH = 2;
|
|
}
|