Fix proto maill, thank you hamusuke

This commit is contained in:
Akbar Yahya
2023-04-03 10:59:24 +08:00
parent 8e1b8f5440
commit f3f19616f3
4 changed files with 28 additions and 26 deletions

View File

@@ -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;
}