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
Mostra file Open project: Willyham/SagaRO2

Public Methods

Method Description
SetDamage ( uint damage ) : void
SetReason ( REASON reason ) : void
TakeDamage ( ) : System

Constructor.

Method Details

SetDamage() public method

public SetDamage ( uint damage ) : void
damage uint
return void

SetReason() public method

public SetReason ( REASON reason ) : void
reason REASON
return void

TakeDamage() public method

Constructor.
public TakeDamage ( ) : System
return System