mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
sync proto v1-v3 public
This commit is contained in:
@@ -20,10 +20,11 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
// CmdId: 5025
|
||||
// Obf: ILJNAECHFLC
|
||||
message PrivateChatReq {
|
||||
uint32 target_uid = 2;
|
||||
oneof content {
|
||||
string icon = 4;
|
||||
uint32 text = 5;
|
||||
string text = 4;
|
||||
uint32 icon = 5;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user