C# 클래스 WarTornLands.Entities.Modules.Hit.BlockHit

상속: BaseModule, IHitModule
파일 보기 프로젝트 열기: floAr/WarTornLands

공개 메소드들

메소드 설명
BlockHit ( ) : System
BlockHit ( DataRow data ) : System
Damage ( int damage ) : int
IsFlashing ( ) : bool

메소드 상세

BlockHit() 공개 메소드

public BlockHit ( ) : System
리턴 System

BlockHit() 공개 메소드

public BlockHit ( DataRow data ) : System
data System.Data.DataRow
리턴 System

Damage() 공개 메소드

public Damage ( int damage ) : int
damage int
리턴 int

IsFlashing() 공개 메소드

public IsFlashing ( ) : bool
리턴 bool