GC-Proto/proto/PullPrivateChatRsp.proto
2023-08-23 01:23:37 +08:00

14 lines
244 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ChatInfo.proto";
// CmdId: 5035
// EnetChannelId: 0
// EnetIsReliable: true
message PullPrivateChatRsp {
int32 retcode = 15;
repeated ChatInfo chat_info = 12;
}