Update 3.2

This commit is contained in:
Akbar Yahya
2022-11-06 20:51:40 +08:00
parent f5fd0cbe69
commit dfe18ccb7d
1153 changed files with 13690 additions and 5671 deletions

View File

@@ -17,9 +17,9 @@
syntax = "proto3";
import "MailCollectState.proto";
import "MailItem.proto";
import "MailTextContent.proto";
import "Unk2700_CBJEDMGOBPL.proto";
option java_package = "emu.grasscutter.net.proto";
@@ -34,5 +34,5 @@ message MailData {
bool is_attachment_got = 12;
uint32 config_id = 13;
repeated string argument_list = 14;
Unk2700_CBJEDMGOBPL Unk2700_NDPPGJKJOMH = 15;
MailCollectState collect_state = 15;
}