C# Class WarTornLands.Entities.Modules.Hit.BlockHit

Inheritance: BaseModule, IHitModule
Mostrar archivo Open project: floAr/WarTornLands

Public Methods

Method Description
BlockHit ( ) : System
BlockHit ( DataRow data ) : System
Damage ( int damage ) : int
IsFlashing ( ) : bool

Method Details

BlockHit() public method

public BlockHit ( ) : System
return System

BlockHit() public method

public BlockHit ( DataRow data ) : System
data System.Data.DataRow
return System

Damage() public method

public Damage ( int damage ) : int
damage int
return int

IsFlashing() public method

public IsFlashing ( ) : bool
return bool