C# Class SimpleCardGames.Battle.HealMechanic

Inheritance: SimpleCardGames.Battle.CharMechanic
Exibir arquivo Open project: ycarowr/SimpleCardGame Class Usage Examples

Public Methods

Method Description
DoHeal ( IHealable target, int bonusHeal ) : int
HealMechanic ( IRuntimeCharacter character )

Method Details

DoHeal() public method

public DoHeal ( IHealable target, int bonusHeal ) : int
target IHealable
bonusHeal int
return int

HealMechanic() public method

public HealMechanic ( IRuntimeCharacter character )
character IRuntimeCharacter