C# Class SagaMap.Packets.Server.SendWhisper

Inheritance: SagaLib.Packet
Show file Open project: Willyham/SagaRO2

Public Methods

Method Description
SendWhisper ( int textLength ) : System
SetMessage ( string text ) : void
SetName ( string name ) : void
SetUnknown ( byte u ) : void

Method Details

SendWhisper() public method

public SendWhisper ( int textLength ) : System
textLength int
return System

SetMessage() public method

public SetMessage ( string text ) : void
text string
return void

SetName() public method

public SetName ( string name ) : void
name string
return void

SetUnknown() public method

public SetUnknown ( byte u ) : void
u byte
return void