C# 클래스 EffectMinMax

상속: EffectDirect
파일 보기 프로젝트 열기: LilTsubaki/Les-fragments-d-Erule 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_element Element,

보호된 프로퍼티들

프로퍼티 타입 설명
_max int
_min int

공개 메소드들

메소드 설명
EffectMinMax ( ) : System
EffectMinMax ( int id, int min, int max, Element, element ) : System
GetRandom ( ) : int

메소드 상세

EffectMinMax() 공개 메소드

public EffectMinMax ( ) : System
리턴 System

EffectMinMax() 공개 메소드

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

GetRandom() 공개 메소드

public GetRandom ( ) : int
리턴 int

프로퍼티 상세

_element 공개적으로 프로퍼티

public Element, _element
리턴 Element,

_max 보호되어 있는 프로퍼티

protected int _max
리턴 int

_min 보호되어 있는 프로퍼티

protected int _min
리턴 int