Package com.unciv.ui
Types
AddMultiplayerGameScreen
Link copied to clipboard
class AddMultiplayerGameScreen(backScreen: MultiplayerScreen) : PickerScreen
Content copied to clipboard
EditMultiplayerGameInfoScreen
Link copied to clipboard
class EditMultiplayerGameInfoScreen(gameInfo: GameInfoPreview?, gameName: String, backScreen: MultiplayerScreen) : PickerScreen
Content copied to clipboard
Subscreen of MultiplayerScreen to edit and delete saves backScreen is used for getting back to the MultiplayerScreen so it doesn't have to be created over and over again
LanguagePickerScreen
Link copied to clipboard
A PickerScreen to select a language, used once on the initial run after a fresh install. After that, OptionsPopup provides the functionality. Reusable code is in LanguageTable and addLanguageTables.
MultiplayerScreen
Link copied to clipboard