PRoConEvents.MULTIbalancer.IsCountUp C# (CSharp) Method

IsCountUp() private method

private IsCountUp ( ) : bool
return bool
        private bool IsCountUp()
        {
            if (fServerInfo == null) return false;
            return (
            IsDeathmatch()
            || (fGameVersion == GameVersion.BFH && fServerInfo.GameMode == "Heist0")
            );
        }
MULTIbalancer