Package com.unciv.models.metadata

Types

BaseRuleset
Link copied to clipboard
enum BaseRuleset(fullName: String) : Enum<BaseRuleset>
GameParameters
Link copied to clipboard
class GameParameters
GameSettings
Link copied to clipboard
class GameSettings
GameSetupInfo
Link copied to clipboard
class GameSetupInfo(gameParameters: GameParameters, mapParameters: MapParameters)
GameSpeed
Link copied to clipboard
enum GameSpeed(modifier: Float) : Enum<GameSpeed>

Game speed

LocaleCode
Link copied to clipboard
enum LocaleCode(language: String, country: String) : Enum<LocaleCode>
Player
Link copied to clipboard
class Player(chosenCiv: String)
WindowState
Link copied to clipboard
data class WindowState(width: Int, height: Int)

Properties

BASE_GAME_DURATION_TURNS
Link copied to clipboard
const val BASE_GAME_DURATION_TURNS: Float = 500f