mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-10 15:59:33 +07:00
Simulation civ names are constants, so we can reference them from wherever inside the code for A/B testing
This commit is contained in:
@ -88,6 +88,9 @@ object Constants {
|
||||
|
||||
const val uniqueOrDelimiter = "\" OR \""
|
||||
|
||||
const val simulationCiv1 = "SimulationCiv1"
|
||||
const val simulationCiv2 = "SimulationCiv2"
|
||||
|
||||
const val dropboxMultiplayerServer = "Dropbox"
|
||||
const val uncivXyzServer = "https://uncivserver.xyz"
|
||||
|
||||
|
Reference in New Issue
Block a user