RangeConstructor

매뉴얼로 전환
public Range (int fromValue, int valueCount);

파라미터

fromValueThe minimum allowed value.
valueCountThe number of possible values.

설명

Constructor for a score range, the range starts from a specific value and contains a maxium score count.