MrGravity.LevelInfo.TenthStar C# (CSharp) Méthode

TenthStar() public méthode

Gets if there is a tenth star or not
public TenthStar ( ) : bool
Résultat bool
        public bool TenthStar()
        {
            return 9 == GetStar(StarTypes.Collection) + GetStar(StarTypes.Death) + GetStar(StarTypes.Time);
        }