C# Class SagaMap.Packets.Client.MailSend

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

Public Methods

Method Description
GetAmount ( ) : byte
GetContent ( ) : string
GetName ( ) : string
GetSlot ( ) : byte
GetTopic ( ) : string
GetZeny ( ) : uint
MailSend ( ) : System
New ( ) : Packet
Parse ( SagaLib client ) : void
Unknown ( ) : byte

Method Details

GetAmount() public method

public GetAmount ( ) : byte
return byte

GetContent() public method

public GetContent ( ) : string
return string

GetName() public method

public GetName ( ) : string
return string

GetSlot() public method

public GetSlot ( ) : byte
return byte

GetTopic() public method

public GetTopic ( ) : string
return string

GetZeny() public method

public GetZeny ( ) : uint
return uint

MailSend() public method

public MailSend ( ) : System
return System

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

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

Unknown() public method

public Unknown ( ) : byte
return byte