C# Class SagaMap.Packets.Server.SkillEffect

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

Méthodes publiques

Méthode Description
SetActorID ( uint actor ) : void
SetAmount ( uint amount ) : void
SetFunction ( byte func ) : void

SetU1 ( byte u1 ) : void
SetU2 ( uint u2 ) : void
SetU3 ( byte u3 ) : void
SkillEffect ( ) : System

Method Details

SetActorID() public méthode

public SetActorID ( uint actor ) : void
actor uint
Résultat void

SetAmount() public méthode

public SetAmount ( uint amount ) : void
amount uint
Résultat void

SetFunction() public méthode

public SetFunction ( byte func ) : void
func byte 1 for HP, 2 for SP, 3 for LP
Résultat void

SetU1() public méthode

public SetU1 ( byte u1 ) : void
u1 byte
Résultat void

SetU2() public méthode

public SetU2 ( uint u2 ) : void
u2 uint
Résultat void

SetU3() public méthode

public SetU3 ( byte u3 ) : void
u3 byte
Résultat void

SkillEffect() public méthode

public SkillEffect ( ) : System
Résultat System