Created
August 6, 2018 02:01
-
-
Save BeauNouvelle/d6b9de3581bab8f3a71a656f23064c00 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
public struct Cell { | |
public let x: Int | |
public let y: Int | |
public var state: State | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment