Fix proto maill, thank you hamusuke

This commit is contained in:
Akbar Yahya
2023-04-03 10:59:24 +08:00
parent 8e1b8f5440
commit f3f19616f3
4 changed files with 28 additions and 26 deletions

View File

@@ -0,0 +1,11 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: PFHIOOMPNBH
// CmdId: 1442
message GetAllMailNotify {
bool is_collected = 6;
}