// PUBLIC METHODS: ------------------------------------------------------------------------ public float Tier(float progress) { return(Table.Tier(progress, this.maxTier, this.threshold)); }