mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user