Created
January 31, 2020 08:52
-
-
Save fluxtah/30af9450de8942dfed4e5e959e1674b4 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
| @Model | |
| data class CardDesignerState( | |
| var loadingState: LoadingState = LoadingState.Loaded, | |
| var card: MemoryCard = MemoryCard(), | |
| var selectedElement: MemoryCardElement? = null, | |
| var editElement: MemoryCardElement? = null, | |
| var layersDropDownOpen: Boolean = false | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment