Method | Description | |
---|---|---|
GetEndValue ( ) : int | ||
GetInstructions ( ) : string | ||
GetMultiplier ( ) : double | ||
GetName ( ) : string | ||
GetRequiredPoints ( ) : int | ||
GetSecurePercent ( ) : double | ||
GetStartValue ( ) : int | ||
GetTier ( ) : string | ||
Tier ( string tier, string name, string instructions, double multiplier, int startValue, int endValue, double securePercent, int requiredPoints ) : System.Collections |
public Tier ( string tier, string name, string instructions, double multiplier, int startValue, int endValue, double securePercent, int requiredPoints ) : System.Collections | ||
tier | string | |
name | string | |
instructions | string | |
multiplier | double | |
startValue | int | |
endValue | int | |
securePercent | double | |
requiredPoints | int | |
return | System.Collections |