C# Class SagaMap.Packets.Server.SkillCastCancel

Inheritance: SagaLib.Packet
Afficher le fichier Open project: Willyham/SagaRO2

Méthodes publiques

Méthode Description
SetActors ( uint sourceID ) : void
SetSkillID ( uint skillID ) : void
SetSkillType ( byte type ) : void
SetU1 ( ushort U1 ) : void
SkillCastCancel ( ) : System

Method Details

SetActors() public méthode

public SetActors ( uint sourceID ) : void
sourceID uint
Résultat void

SetSkillID() public méthode

public SetSkillID ( uint skillID ) : void
skillID uint
Résultat void

SetSkillType() public méthode

public SetSkillType ( byte type ) : void
type byte
Résultat void

SetU1() public méthode

public SetU1 ( ushort U1 ) : void
U1 ushort
Résultat void

SkillCastCancel() public méthode

public SkillCastCancel ( ) : System
Résultat System