Пример #1
0
        // PUBLIC METHODS: ------------------------------------------------------------------------

        public float Tier(float progress)
        {
            return(Table.Tier(progress, this.maxTier, this.threshold));
        }