Fix proto maill, thank you hamusuke
This commit is contained in:
parent
8e1b8f5440
commit
f3f19616f3
|
@ -0,0 +1,11 @@
|
||||||
|
syntax = "proto3";
|
||||||
|
|
||||||
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
|
|
||||||
|
// Name: PFHIOOMPNBH
|
||||||
|
// CmdId: 1442
|
||||||
|
message GetAllMailNotify {
|
||||||
|
bool is_collected = 6;
|
||||||
|
}
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
syntax = "proto3";
|
|
||||||
|
|
||||||
option java_package = "emu.grasscutter.net.proto";
|
|
||||||
|
|
||||||
|
|
||||||
// Name: KHEEFEIBONK
|
|
||||||
// CmdId: 1459
|
|
||||||
message GetAllMailReq {
|
|
||||||
bool is_collected = 12;
|
|
||||||
}
|
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
syntax = "proto3";
|
|
||||||
|
|
||||||
option java_package = "emu.grasscutter.net.proto";
|
|
||||||
|
|
||||||
import "MailData.proto";
|
|
||||||
|
|
||||||
// Name: LLAGIAGEIKA
|
|
||||||
// CmdId: 1407
|
|
||||||
message GetAllMailRsp {
|
|
||||||
int32 retcode = 15;
|
|
||||||
bool is_truncated = 10;
|
|
||||||
repeated MailData mail_list = 11;
|
|
||||||
bool is_collected = 13;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue