Update 3.3 (wow, a lot changed)

This commit is contained in:
Akbar Yahya
2022-12-05 19:41:24 +08:00
parent 238dd43a77
commit cf717aa6a0
2949 changed files with 32506 additions and 43050 deletions

View File

@@ -20,17 +20,6 @@ syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message ChatInfo {
uint32 time = 13;
uint32 sequence = 10;
uint32 to_uid = 7;
uint32 uid = 15;
bool is_read = 5;
oneof content {
string text = 1946;
uint32 icon = 914;
SystemHint system_hint = 1753;
}
enum SystemHintType {
SYSTEM_HINT_TYPE_CHAT_NONE = 0;
SYSTEM_HINT_TYPE_CHAT_ENTER_WORLD = 1;
@@ -38,6 +27,17 @@ message ChatInfo {
}
message SystemHint {
uint32 type = 14;
uint32 type = 15;
}
bool is_read = 3;
uint32 time = 1;
uint32 Unk3300_HENLDIJMIOE = 10;
uint32 uid = 11;
uint32 Unk3300_PHBEHIGHOCD = 5;
oneof content {
string text = 909;
uint32 icon = 990;
SystemHint system_hint = 799;
}
}