C# Class SagaMap.Packets.Server.SendWhisper

Inheritance: SagaLib.Packet
Afficher le fichier Open project: Willyham/SagaRO2

Méthodes publiques

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

Method Details

SendWhisper() public méthode

public SendWhisper ( int textLength ) : System
textLength int
Résultat System

SetMessage() public méthode

public SetMessage ( string text ) : void
text string
Résultat void

SetName() public méthode

public SetName ( string name ) : void
name string
Résultat void

SetUnknown() public méthode

public SetUnknown ( byte u ) : void
u byte
Résultat void