GC-Proto/proto/GetAllMailNotify.proto

7 lines
127 B
Protocol Buffer
Raw Normal View History

2023-04-03 05:59:24 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-05-22 14:51:09 +03:00
2023-04-03 05:59:24 +03:00
message GetAllMailNotify {
2024-05-22 14:51:09 +03:00
bool is_collected = 1;
2023-04-03 05:59:24 +03:00
}