Skip to content

Instantly share code, notes, and snippets.

@Mikodes
Created July 31, 2017 15:21
Show Gist options
  • Save Mikodes/deaf0189e4c9ea23bbbd639025a3b85e to your computer and use it in GitHub Desktop.
Save Mikodes/deaf0189e4c9ea23bbbd639025a3b85e to your computer and use it in GitHub Desktop.
TIPO MATCH COMPETITIVO
"type": {
"num_teams": 2,
"num_players": 5,
"_cls": "SingleMatch"
},
TIPO DEATHMATCH
"type": {
"num_teams": 2,
"num_players": 1,
"_cls": "DeathMatch"
},
TIPO SINGLE ELIMINATION
"type": {
"num_teams": 16,
"min_teams":2,
"num_players": 1,
"_cls": "SingleEliminiationType"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment