BattlelogMobile.Core.Model.KitServiceStar.KitServiceStar C# (CSharp) Method

KitServiceStar() public method

public KitServiceStar ( KitType kitType ) : System.Windows.Media.Imaging
kitType KitType
return 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