C# Class EffectMinMax

Inheritance: EffectDirect
ファイルを表示 Open project: LilTsubaki/Les-fragments-d-Erule Class Usage Examples

Public Properties

Property Type Description
_element Element,

Protected Properties

Property Type Description
_max int
_min int

Public Methods

Method Description
EffectMinMax ( ) : System
EffectMinMax ( int id, int min, int max, Element, element ) : System
GetRandom ( ) : int

Method Details

EffectMinMax() public method

public EffectMinMax ( ) : System
return System

EffectMinMax() public method

public EffectMinMax ( int id, int min, int max, Element, element ) : System
id int
min int
max int
element Element,
return System

GetRandom() public method

public GetRandom ( ) : int
return int

Property Details

_element public_oe property

public Element, _element
return Element,

_max protected_oe property

protected int _max
return int

_min protected_oe property

protected int _min
return int