Make mod categories curated in Json (#9542)

* Dynamic mod categories from online query

* Move Working string to Constants

* Move Mod categories to json

* Move Mod categories to json - UI

* Move Mod categories to json - initial json
This commit is contained in:
SomeTroglodyte
2023-06-14 08:12:24 +02:00
committed by GitHub
parent b0a1eed872
commit 46a84c23b0
18 changed files with 251 additions and 66 deletions

View File

@ -70,6 +70,7 @@ object Constants {
const val yes = "Yes"
const val no = "No"
const val loading = "Loading..."
const val working = "Working..."
const val barbarians = "Barbarians"
const val spectator = "Spectator"