mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 17:29:26 +03:00
10 lines
201 B
Protocol Buffer
10 lines
201 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// 4.6.0
|
|
// CmdId: 28619
|
|
message PullPrivateChatReq {
|
|
uint32 pull_num = 1;
|
|
uint32 from_sequence = 10;
|
|
uint32 target_uid = 12;
|
|
} |