Class Matchmaker
[Obsolete]
[Deprecated("01/03/2023", 1, 0, 0, Reason = "PlayClient has been deprecated, moved to non-static context, use CloudService instead.")]
public static class Matchmaker
- Inheritance
-
Matchmaker
Methods
Match(string, string, string)
public static Task<MatchResponse> Match(string region, string team, string payload)
Parameters
Returns
Match(string, string, string, string[], string[])
public static Task<MatchResponse> Match(string region, string team, string payload, string[] tags, string[] friends)