Skip to content

Commit

Permalink
add youtuber rank again to kt file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Lösche committed Jul 6, 2023
1 parent 44f8d86 commit e32ded1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions howto-dapp/src/main/java/de/timolia/howto/rank/Rank.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ enum class Rank(
native_mvp(35, false, "mvp", "Native MVP", null),
native_mvp_plus(45, false, "mvp", "Native MVP+", null),
native_youtuber(60, false, "youtuber", "Native YouTuber", null),
youtuber(59, false, "youtuber", "YouTuber", null),
pro(10, false, "pro", "Pro", null),
pro_plus(20, false, "pro", "Pro+", null),
spieler(0, false, "user", "Spieler", "Spielerin"),
Expand Down

0 comments on commit e32ded1

Please sign in to comment.