Skip to content

Instantly share code, notes, and snippets.

@BeauNouvelle
Created August 6, 2018 02:07
Show Gist options
  • Save BeauNouvelle/72e6a4b80ddb508070c224dcd422b105 to your computer and use it in GitHub Desktop.
Save BeauNouvelle/72e6a4b80ddb508070c224dcd422b105 to your computer and use it in GitHub Desktop.
public init(x: Int, y: Int, state: State) {
self.x = x
self.y = y
self.state = state
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment