C# Class SimpleCardGames.Battle.HealMechanic

Inheritance: SimpleCardGames.Battle.CharMechanic
Afficher le fichier Open project: ycarowr/SimpleCardGame Class Usage Examples

Méthodes publiques

Méthode Description
DoHeal ( IHealable target, int bonusHeal ) : int
HealMechanic ( IRuntimeCharacter character )

Method Details

DoHeal() public méthode

public DoHeal ( IHealable target, int bonusHeal ) : int
target IHealable
bonusHeal int
Résultat int

HealMechanic() public méthode

public HealMechanic ( IRuntimeCharacter character )
character IRuntimeCharacter