C# Class HealModification

Inheritance: EffectTerminable
Afficher le fichier Open project: LilTsubaki/Les-fragments-d-Erule

Protected Properties

Свойство Type Description
_heal int

Méthodes publiques

Méthode Description
HealModification ( ) : System
HealModification ( int id, int heal, int nbTurn, bool applyReverseEffect = true ) : System

Method Details

HealModification() public méthode

public HealModification ( ) : System
Résultat System

HealModification() public méthode

public HealModification ( int id, int heal, int nbTurn, bool applyReverseEffect = true ) : System
id int
heal int
nbTurn int
applyReverseEffect bool
Résultat System

Property Details

_heal protected_oe property

protected int _heal
Résultat int