NahidaImpact/NahidaImpact.Protocol/PlayerChatNotify.proto
2024-01-04 16:48:39 +03:00

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;
}