Skip to content

Instantly share code, notes, and snippets.

@SenpaiSilver
Created October 13, 2014 16:59
Show Gist options
  • Save SenpaiSilver/f936e5a3482a278286da to your computer and use it in GitHub Desktop.
Save SenpaiSilver/f936e5a3482a278286da to your computer and use it in GitHub Desktop.
[
{
"PartyName": "Tea Party",
"MaxPlayers": 6,
"Players": [
0,
15,
7
],
"GameMaster": 8
},
{
"PartyName": "DDD",
"MaxPlayers": 3,
"Players": [
1,
2
],
"GameMaster": 9
},
{
"PartyName": "Log Horizon",
"MaxPlayers": 12,
"Players": [
30,
5,
70
],
"GameMaster": 100
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment