18 lines
339 B
Protocol Buffer
18 lines
339 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "MailData.proto";
|
|
|
|
// CmdId: 20380
|
|
// Version: 4.7.0
|
|
// Obfs: ?
|
|
message GetAllMailResultNotify {
|
|
int32 retcode = 12;
|
|
repeated MailData mail_list = 2;
|
|
string transaction = 7;
|
|
uint32 packet_num = 6;
|
|
bool is_collected = 3;
|
|
uint32 packet_be_sent_num = 14;
|
|
}
|