GC-Proto/proto/GetAllMailNotify.proto
2024-05-29 20:56:24 +08:00

11 lines
181 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 20077
// Version: 4.6.0
// Obfs: PANJGIHEJFO
message GetAllMailNotify {
bool is_collected = 4;
}