1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-06 09:06:08 +03:00
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;
}