Skip to content

Instantly share code, notes, and snippets.

@no-reply-kakele
Last active February 14, 2022 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save no-reply-kakele/37f8540d8cb143b86dffe1daf893de42 to your computer and use it in GitHub Desktop.
Save no-reply-kakele/37f8540d8cb143b86dffe1daf893de42 to your computer and use it in GitHub Desktop.
Server Tokens
{
"unix_seconds": "456",
"content": [
{
"available_tokens": "123.000000000",
"future_available_tokens": "456.000000000",
"available_gold": "789",
"players": [
{
"name": "name1",
"level": "11"
},
{
"name": "name2",
"level": "1"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment