Created
August 18, 2021 13:10
-
-
Save SamueldaCostaAraujoNunes/3fcf6cd0cd26eb3569811532ae88dbca to your computer and use it in GitHub Desktop.
This file contains 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
enum class GameType(val xp: Int, val duration: Float) { | |
DisputaDaSpike(1000, 0.167F), | |
SemClassificacao(4000, 0.548F), | |
Disparada(800, 0.167F), | |
MataMata(900, 0.15F), | |
Replicacao(1700, 0.25F), | |
BatalhaNevada(825, 0.1F), | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment