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

Inheritance: BaseModule, IHitModule
Afficher le fichier Open project: floAr/WarTornLands

Méthodes publiques

Méthode Description
BlockHit ( ) : System
BlockHit ( DataRow data ) : System
Damage ( int damage ) : int
IsFlashing ( ) : bool

Method Details

BlockHit() public méthode

public BlockHit ( ) : System
Résultat System

BlockHit() public méthode

public BlockHit ( DataRow data ) : System
data System.Data.DataRow
Résultat System

Damage() public méthode

public Damage ( int damage ) : int
damage int
Résultat int

IsFlashing() public méthode

public IsFlashing ( ) : bool
Résultat bool