Skip to content

Instantly share code, notes, and snippets.

@jsam
Created August 18, 2020 13:53
Show Gist options
  • Save jsam/b8ce8d003293bb5effecfce028f9b5c4 to your computer and use it in GitHub Desktop.
Save jsam/b8ce8d003293bb5effecfce028f9b5c4 to your computer and use it in GitHub Desktop.
socket structure events
{
"type": "GAME_RULES",
"renames": { ... },
"events": [
{
"type": "GamePaused"
"keys": ["GameTime", "GamePaused"],
},
{
"type": "GameWinner"
"keys": ["GameTime", "GameWinner"],
},
{
"type": "RoshanRespawnPhase"
"keys": ["GameTime", "RoshanRespawnPhase", "RoshanRespawnPhaseEndTime"],
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment