BattlelogMobile.Core.Model.Battlefield4.Index.GeneralPersonaStats.GeneralPersonaStats C# (CSharp) Method

GeneralPersonaStats() public method

public GeneralPersonaStats ( ) : System
return System
            public GeneralPersonaStats()
            {
                KitsServiceStars = new List<KitServiceStar>()
                    {
                        new KitServiceStar(KitType.Assault),
                        new KitServiceStar(KitType.Engineer),
                        new KitServiceStar(KitType.Support),
                        new KitServiceStar(KitType.Recon),
                        new KitServiceStar(KitType.Commander)
                    };
            }