GC-Proto/proto/PullRecentChatReq.proto
2023-05-22 17:54:27 +08:00

13 lines
197 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 5022
// Name: NCFBCDPLLIG
message PullRecentChatReq {
uint32 begin_sequence = 1;
uint32 pull_num = 15;
}