GC-Proto/proto/PlayerChatReq.proto
2024-05-22 19:51:09 +08:00

11 lines
197 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ChatInfo.proto";
// 4.6.0
// CmdId: 26464
message PlayerChatReq {
uint32 channel_id = 9;
ChatInfo chat_info = 10;
}