C# Class SagaMap.Packets.Client.GetTrade

Inheritance: SagaLib.Packet
ファイルを表示 Open project: Willyham/SagaRO2

Public Methods

Method Description
GetTargetActor ( ) : uint
GetTrade ( ) : System
New ( ) : Packet
Parse ( SagaLib client ) : void

Method Details

GetTargetActor() public method

public GetTargetActor ( ) : uint
return uint

GetTrade() public method

public GetTrade ( ) : System
return System

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

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