PRoConEvents.MULTIbalancer.IsRush C# (CSharp) Méthode

IsRush() private méthode

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