14 lines
286 B
Protocol Buffer
14 lines
286 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "AvatarExpeditionInfo.proto";
|
|
|
|
// CmdId: 1688
|
|
// EnetChannelId: 0
|
|
// EnetIsReliable: true
|
|
message AvatarExpeditionStartRsp {
|
|
int32 retcode = 4;
|
|
map<uint64, AvatarExpeditionInfo> expedition_info_map = 1;
|
|
}
|