Created
August 18, 2020 13:53
-
-
Save jsam/b8ce8d003293bb5effecfce028f9b5c4 to your computer and use it in GitHub Desktop.
socket structure events
This file contains hidden or 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
{ | |
"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