PRoConEvents.MULTIbalancer.IsRush C# (CSharp) Method

IsRush() private method

private IsRush ( ) : bool
return bool
        private bool IsRush()
        {
            if (fServerInfo == null) return false;
            return (fServerInfo.GameMode == "RushLarge0" || fServerInfo.GameMode == "SquadRush0");
        }
MULTIbalancer