GC-Proto/proto/GetAllMailNotify.proto

11 lines
169 B
Protocol Buffer
Raw Normal View History

2023-04-03 05:59:24 +03:00
syntax = "proto3";
2024-05-29 15:56:24 +03:00
2023-04-03 05:59:24 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-05-22 14:51:09 +03:00
// CmdId: 8385
// Version: 4.7.0
// Obfs: ?
2023-04-03 05:59:24 +03:00
message GetAllMailNotify {
bool is_collected = 1;
2023-04-03 05:59:24 +03:00
}