C# Class RohBot.Packets.SendMessage

Inheritance: Packet
Mostrar archivo Open project: Rohansi/RohBot

Public Properties

Property Type Description
Content string
Target string

Public Methods

Method Description
Handle ( Connection connection ) : void

Private Methods

Method Description
CalculateMessageCost ( string message ) : double

Method Details

Handle() public method

public Handle ( Connection connection ) : void
connection Connection
return void

Property Details

Content public_oe property

public string Content
return string

Target public_oe property

public string Target
return string