csharp
public interface IMatchFunctionThe game's own code: what makes a match out of a pool.
Remarks
Open Match's match function. Doc 28 hands this to the game deliberately — what a good match is differs per mode more than anything else in matchmaking, and a framework that decided it would be a framework games fight.
Fields and properties (1)
string NameWhat it is called.
Methods (1)
IReadOnlyList<MatchProposal> Propose(IReadOnlyList<MatchTicket> pool, float now)Proposes matches from what is waiting.
Used by (4)
- DuelsVixen.Live.Matchmaking.Tests
- MatchmakerVixen.Live.Matchmaking
- RecorderVixen.Live.Matchmaking.Tests
- TeamsVixen.Live.Matchmaking.Tests