Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   players: { min: 1, max: 5 },
  3.   teams: [
  4.     {
  5.       name: 'humans',
  6.       card_min: 1,
  7.       card_max: 1,
  8.       players: { min: 1, max: 5 }
  9.     },
  10.     {
  11.       name: 'aliens',
  12.       card_min: 0,
  13.       card_max: 1,
  14.       players: { min: 1, max: 1 }
  15.     }
  16.   ]
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement