BattlelogMobile.Core.Model.KitServiceStar.KitServiceStar C# (CSharp) Метод

KitServiceStar() публичный Метод

public KitServiceStar ( KitType kitType ) : System.Windows.Media.Imaging
kitType KitType
Результат System.Windows.Media.Imaging
        public KitServiceStar(KitType kitType)
            : this(kitType, 0, 0, 0d, 0d)
        {
        }

Same methods

KitServiceStar::KitServiceStar ( ) : System.Windows.Media.Imaging
KitServiceStar::KitServiceStar ( KitType kitType, int score, int stars, double progression, double percentage ) : System.Windows.Media.Imaging
KitServiceStar