GC-Proto/proto/PlayerChatNotify.proto

10 lines
211 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
import "ChatInfo.proto";
2024-08-21 00:45:19 +03:00
// 4.7.0
// CmdId: 1772
// OJDDKJJMMKK
2022-11-06 15:30:21 +03:00
message PlayerChatNotify {
2024-08-21 00:45:19 +03:00
ChatInfo chat_info = 6;
uint32 channel_id = 2;
2024-05-22 14:51:09 +03:00
}