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

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

private IsRush ( ) : bool
Результат bool
        private bool IsRush()
        {
            if (fServerInfo == null) return false;
            return (fServerInfo.GameMode == "RushLarge0" || fServerInfo.GameMode == "SquadRush0");
        }
MULTIbalancer