mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 17:44:11 +03:00
Update v1
This commit is contained in:
@@ -4,14 +4,14 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "MailData.proto";
|
||||
|
||||
// Name: ILFMLLOCKFB
|
||||
// CmdId: 1429
|
||||
// CmdId: 1499
|
||||
// Name: GOLFMOPNENJ
|
||||
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; //GKAOFKGNGGO
|
||||
uint32 packet_be_sent_num = 7; // CDLABECFBPJ
|
||||
repeated MailData mail_list = 5;
|
||||
bool is_collected = 12;
|
||||
uint32 packet_num = 8; //GAAHHONLFPA
|
||||
int32 retcode = 2;
|
||||
string transaction = 10;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user