mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
18 lines
343 B
Protocol Buffer
18 lines
343 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 FCGFGPDOKOH = 1;
|
|
repeated MailData mail_list = 10;
|
|
string transaction = 5;
|
|
bool is_collected = 8;
|
|
uint32 GKAOFKGNGGO = 13;
|
|
}
|
|
|