C# Class WorldServer.TCP.ServerPackets.ANS_CHAT_WHISPER

Inheritance: PacketOut
Show file Open project: fiki574/rAPB

Public Methods

Method Description
ANS_CHAT_WHISPER ( WorldClient client, UInt32 whisperUID, String charname, String message ) : System

Method Details

ANS_CHAT_WHISPER() public method

public ANS_CHAT_WHISPER ( WorldClient client, UInt32 whisperUID, String charname, String message ) : System
client WorldClient
whisperUID System.UInt32
charname String
message String
return System