1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-02-20 13:30:32 +03:00
GC-Proto/proto/PullRecentChatRsp.proto
2023-04-11 16:18:47 +08:00

14 lines
226 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ChatInfo.proto";
// CmdId: 5042
// Name: IGDEALHCKMC
message PullRecentChatRsp {
int32 retcode = 13;
repeated ChatInfo chat_info = 5;
}