GC-Proto/proto/ReadMailNotify.proto

12 lines
216 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 1441
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
message ReadMailNotify {
repeated uint32 mail_id_list = 9;
}