Created
November 21, 2019 03:22
-
-
Save oestrich/d47a745c58f819bb8cb9819e1700e1d5 to your computer and use it in GitHub Desktop.
Heartbeat with extra player metadata
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"event": "heartbeat", | |
"payload": { | |
"players": [ | |
"player", | |
{"name": "eric", "status": "idle", "idleTime": 6000, "title": "a wizard"}, | |
{"name": "odo", "status": "active", "title": "a cat"} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment