C# Class SagaMap.Packets.Server.TakeDamage

Sends health and skill point values of a selected actor to be displayed in a box. (Needed to end battle.)
Inheritance: SagaLib.Packet
Afficher le fichier Open project: Willyham/SagaRO2

Méthodes publiques

Méthode Description
SetDamage ( uint damage ) : void
SetReason ( REASON reason ) : void
TakeDamage ( ) : System

Constructor.

Method Details

SetDamage() public méthode

public SetDamage ( uint damage ) : void
damage uint
Résultat void

SetReason() public méthode

public SetReason ( REASON reason ) : void
reason REASON
Résultat void

TakeDamage() public méthode

Constructor.
public TakeDamage ( ) : System
Résultat System