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

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

private IsDeathmatch ( ) : bool
Результат bool
        private bool IsDeathmatch()
        {
            if (fServerInfo == null) return false;
            return Regex.Match(fServerInfo.GameMode, @"(?:TeamDeathMatch|SquadDeathMatch|CashGrab)").Success;
        }
MULTIbalancer