C# Class DamageModification

Inheritance: EffectTerminable
Datei anzeigen Open project: LilTsubaki/Les-fragments-d-Erule

Protected Properties

Property Type Description
_damage int

Public Methods

Method Description
DamageModification ( ) : System
DamageModification ( int id, int damage, int nbTurn, bool applyReverseEffect = true ) : System

Method Details

DamageModification() public method

public DamageModification ( ) : System
return System

DamageModification() public method

public DamageModification ( int id, int damage, int nbTurn, bool applyReverseEffect = true ) : System
id int
damage int
nbTurn int
applyReverseEffect bool
return System

Property Details

_damage protected_oe property

protected int _damage
return int