Skip to content

Instantly share code, notes, and snippets.

@vaibhavgoyal09
Created November 20, 2021 05:58
Show Gist options
  • Select an option

  • Save vaibhavgoyal09/7ee2fc9533ad9747d80c3f8f029d0f5f to your computer and use it in GitHub Desktop.

Select an option

Save vaibhavgoyal09/7ee2fc9533ad9747d80c3f8f029d0f5f to your computer and use it in GitHub Desktop.
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