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

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

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