C# Class DarkEmu_GameServer.Chat

Show file Open project: CarlosX/DarkEmu Class Usage Examples

Public Methods

Method Description
OnChat ( PacketReader reader_, int Index_ ) : void
SendExternNotice ( string msg ) : void

Private Methods

Method Description
OnChatNotice ( PacketReader reader_ ) : void
OnChatPublic ( PacketReader reader_, int Index_ ) : void
OnChatWhisper ( PacketReader reader_, int Index_ ) : void

Method Details

OnChat() public static method

public static OnChat ( PacketReader reader_, int Index_ ) : void
reader_ PacketReader
Index_ int
return void

SendExternNotice() public static method

public static SendExternNotice ( string msg ) : void
msg string
return void