Esempio n. 1
0
        public float GetUnitCoef()
        {
            if (SUnit == null)
            {
                SUnit = SaveAndLoad.GetUnit(sunit_id);
            }
            if (SType == null)
            {
                SType = SaveAndLoad.GetSport(stype_id);
            }


            return(SUnit.GetCoef() * (1 + Weight / 10));
        }