GC-Proto/proto/GetAllMailNotify.proto

11 lines
169 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 8385
// Version: 4.7.0
// Obfs: ?
message GetAllMailNotify {
bool is_collected = 1;
}