PRoConEvents.MULTIbalancer.IsCountUp C# (CSharp) Метод

IsCountUp() приватный Метод

private IsCountUp ( ) : bool
Результат bool
        private bool IsCountUp()
        {
            if (fServerInfo == null) return false;
            return (
            IsDeathmatch()
            || (fGameVersion == GameVersion.BFH && fServerInfo.GameMode == "Heist0")
            );
        }
MULTIbalancer