C# Class SagaLogin.Packets.Client.GetCharData

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

Public Methods

Method Description
GetCharData ( ) : System
GetSelChar ( ) : byte
New ( ) : Packet
Parse ( SagaLib client ) : void

Method Details

GetCharData() public method

public GetCharData ( ) : System
return System

GetSelChar() public method

public GetSelChar ( ) : byte
return byte

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

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