Skip to content

Instantly share code, notes, and snippets.

@qingwei91
Created April 11, 2017 19:35
Show Gist options
  • Save qingwei91/0445c4c1a3f72f8e7b56b1a3d3ba1648 to your computer and use it in GitHub Desktop.
Save qingwei91/0445c4c1a3f72f8e7b56b1a3d3ba1648 to your computer and use it in GitHub Desktop.
class Client {
def onServerUpdate(state: GameState) = {
renderGameState(state)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment