mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 17:44:11 +03:00
Fix proto maill, thank you hamusuke
This commit is contained in:
17
proto/GetAllMailResultNotify.proto
Normal file
17
proto/GetAllMailResultNotify.proto
Normal 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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user