Rest ...players: string[]The names of the players involved in this theoretical match.
Optional evilAn array of the players on team evil.
Optional goodAn array of the players on team good.
The players this is splitting up into teams.
Asynchronously calls the API in order to split this.players up into the teams good and evil.
this object, which has the properties good and evil set
accordingly.
Generated using TypeDoc
A structure representing a theoretical player match-up. Takes a list of players as input and then is able to split those players up into "semi balanced teams". Details can be found here.