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