Advertisement
Artyom_Kopan

Screen.kt

May 30th, 2022
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.09 KB | None | 0 0
  1. enum class Screen {
  2.     START_GAME, MODE_CHOICE, SIDE_CHOICE, GAME_FIELD, END_GAME
  3. }
  4.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement