C# 클래스 SagaMap.Packets.Server.TakeDamage

Sends health and skill point values of a selected actor to be displayed in a box. (Needed to end battle.)
상속: SagaLib.Packet
파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 메소드들

메소드 설명
SetDamage ( uint damage ) : void
SetReason ( REASON reason ) : void
TakeDamage ( ) : System

Constructor.

메소드 상세

SetDamage() 공개 메소드

public SetDamage ( uint damage ) : void
damage uint
리턴 void

SetReason() 공개 메소드

public SetReason ( REASON reason ) : void
reason REASON
리턴 void

TakeDamage() 공개 메소드

Constructor.
public TakeDamage ( ) : System
리턴 System