GC-Proto/proto/GetAllMailNotify.proto

9 lines
161 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-08-28 12:09:22 +03:00
// Version: 5.0
// CmdId: 7646
2024-05-22 14:51:09 +03:00
2024-08-28 12:09:22 +03:00
message GetAllMailNotify {
bool is_collected = 8;
}