withSIX.Play.Core.Games.Legacy.ServerQuery.SourceServerQueryResult.SourceServerQueryResult C# (CSharp) Method

SourceServerQueryResult() public method

public SourceServerQueryResult ( string>.IDictionary settings, bool isMasterResult = false ) : System
settings string>.IDictionary
isMasterResult bool
return System
        public SourceServerQueryResult(IDictionary<string, string> settings, bool isMasterResult = false)
            : base(settings, isMasterResult) {}
SourceServerQueryResult