Add example database.
This commit is contained in:
parent
e321f33a69
commit
49d401a7bc
1 changed files with 13 additions and 0 deletions
13
data/example.json
Normal file
13
data/example.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"host": "Oliver",
|
||||
"state": "lobby",
|
||||
"game_code": "example",
|
||||
"players": {
|
||||
"Oliver": {
|
||||
"hitler": false,
|
||||
"president": false,
|
||||
"chancellor": false,
|
||||
"host": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue