GC-Proto/proto/GetAllMailReq.proto

12 lines
164 B
Protocol Buffer
Raw Normal View History

2023-04-11 11:18:47 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 1459
// Name: OMGMJPFOPFD
message GetAllMailReq {
bool is_collected = 15;
}