18 lines
364 B
Protocol Buffer
18 lines
364 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "MailData.proto";
|
|
|
|
// Name: ILFMLLOCKFB
|
|
// CmdId: 1429
|
|
message GetAllMailResultNotify {
|
|
int32 retcode = 6;
|
|
uint32 packet_be_sent_num = 1; // FCGFGPDOKOH
|
|
repeated MailData mail_list = 10;
|
|
string transaction = 5;
|
|
bool is_collected = 8;
|
|
uint32 packet_num = 13;
|
|
}
|
|
|