GC-Proto/proto/GetAllMailNotify.proto
2024-05-22 19:51:09 +08:00

7 lines
127 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message GetAllMailNotify {
bool is_collected = 1;
}