GC-Proto/proto/GetAllMailNotify.proto

11 lines
180 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
2024-05-29 15:56:24 +03:00
// CmdId: 20077
// Version: 4.6.0
// Obfs: PANJGIHEJFO
2023-04-03 05:59:24 +03:00
message GetAllMailNotify {
2024-06-02 06:52:03 +03:00
bool is_collected = 4;
2023-04-03 05:59:24 +03:00
}