GC-Proto/proto/ChatChannelDataNotify.proto
2023-04-11 11:14:48 +08:00

14 lines
267 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ChatChannelInfo.proto";
// CmdId: 4962
// Name: LNMDKMAKDPA
message ChatChannelDataNotify {
repeated ChatChannelInfo channel_info_list = 15;
repeated uint32 channel_list = 5;
}