MrGravity.LevelInfo.TenthStar C# (CSharp) Method

TenthStar() public method

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