9 lines
157 B
Protocol Buffer
9 lines
157 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
import "ChatInfo.proto";
|
||
|
// CmdId: 9541
|
||
|
// Obf: PAHGJBLBNBM
|
||
|
message PlayerChatNotify {
|
||
|
ChatInfo chat_info = 2;
|
||
|
uint32 channel_id = 6;
|
||
|
}
|