C# Class RangeModification

Inheritance: EffectTerminable
Exibir arquivo Open project: LilTsubaki/Les-fragments-d-Erule Class Usage Examples

Protected Properties

Property Type Description
_range int

Public Methods

Method Description
RangeModification ( ) : System
RangeModification ( int id, int range, int nbTurn, bool applyReverseEffect = true ) : System

Method Details

RangeModification() public method

public RangeModification ( ) : System
return System

RangeModification() public method

public RangeModification ( int id, int range, int nbTurn, bool applyReverseEffect = true ) : System
id int
range int
nbTurn int
applyReverseEffect bool
return System

Property Details

_range protected_oe property

protected int _range
return int