C# Class SagaMap.Packets.Client.GetTargetCancel

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

Public Methods

Method Description
GetActorID ( ) : uint
GetTargetCancel ( ) : System
New ( ) : Packet
Parse ( SagaLib client ) : void

Method Details

GetActorID() public method

public GetActorID ( ) : uint
return uint

GetTargetCancel() public method

public GetTargetCancel ( ) : System
return System

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

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