Created
November 20, 2021 05:58
-
-
Save vaibhavgoyal09/7ee2fc9533ad9747d80c3f8f029d0f5f to your computer and use it in GitHub Desktop.
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
| data class Player( | |
| val userName: String, | |
| var socket: WebSocketSession, | |
| val clientId: String, | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment