Advertisement
Artyom_Kopan

GameMode.kt

May 30th, 2022
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.04 KB | None | 0 0
  1. enum class GameMode {
  2.     SINGLE, BOT
  3. }
  4.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement