Skip to content

Instantly share code, notes, and snippets.

@nthx
Created October 9, 2012 01:57
Show Gist options
  • Save nthx/3856135 to your computer and use it in GitHub Desktop.
Save nthx/3856135 to your computer and use it in GitHub Desktop.
Example of frontend persistence
class SeenTutorialPersistence
constructor: (@usecase, @serverSide) ->
execute: =>
After(@usecase, 'readyToStart',
=> @serverSide.storePlayerIsReadyToStart())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment