C# Class SagaMap.Packets.Client.SkillCast

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

Public Methods

Method Description
GetSkillID ( ) : uint
GetSkillType ( ) : byte
GetTargetActorID ( ) : uint
New ( ) : Packet
Parse ( SagaLib client ) : void
SkillCast ( ) : System

Method Details

GetSkillID() public method

public GetSkillID ( ) : uint
return uint

GetSkillType() public method

public GetSkillType ( ) : byte
return byte

GetTargetActorID() public method

public GetTargetActorID ( ) : uint
return uint

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

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

SkillCast() public method

public SkillCast ( ) : System
return System