UnityEngine.Networking.Match.ListMatchResponse.ListMatchResponse C# (CSharp) Method

ListMatchResponse() public method

public ListMatchResponse ( List otherMatches ) : System
otherMatches List
return System
        public ListMatchResponse(List<MatchDesc> otherMatches)
        {
            this.matches = otherMatches;
        }

Same methods

ListMatchResponse::ListMatchResponse ( ) : System