C# Class SagaMap.Packets.Client.NPCShopBuy

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

Public Methods

Method Description
GetAmount ( ) : byte
GetIndex ( ) : byte
NPCShopBuy ( ) : System
New ( ) : Packet
Parse ( SagaLib client ) : void

Method Details

GetAmount() public method

public GetAmount ( ) : byte
return byte

GetIndex() public method

public GetIndex ( ) : byte
return byte

NPCShopBuy() public method

public NPCShopBuy ( ) : System
return System

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

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