NahidaImpact/NahidaImpact.Protocol/PlayerChatNotify.proto

9 lines
157 B
Protocol Buffer
Raw Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
import "ChatInfo.proto";
// CmdId: 9541
// Obf: PAHGJBLBNBM
message PlayerChatNotify {
ChatInfo chat_info = 2;
uint32 channel_id = 6;
}