C# Class SagaMap.Packets.Client.GetWhisper

Inheritance: SagaLib.Packet
Mostrar archivo Open project: Willyham/SagaRO2

Public Methods

Method Description
GetMessage ( ) : string
GetName ( ) : string
GetWhisper ( ) : System
New ( ) : Packet
Parse ( SagaLib client ) : void
isStaticSize ( ) : bool
isValid ( ) : bool

Method Details

GetMessage() public method

public GetMessage ( ) : string
return string

GetName() public method

public GetName ( ) : string
return string

GetWhisper() public method

public GetWhisper ( ) : System
return System

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

public Parse ( SagaLib client ) : void
client SagaLib
return void

isStaticSize() public method

public isStaticSize ( ) : bool
return bool

isValid() public method

public isValid ( ) : bool
return bool