From 6637e67ddbe7a2aebd5c02de4cf584f9ab28c65d Mon Sep 17 00:00:00 2001 From: yairm210 Date: Sun, 11 Aug 2024 15:33:44 +0300 Subject: [PATCH] chore: minor docs --- core/src/com/unciv/models/metadata/GameSettings.kt | 1 + core/src/com/unciv/ui/popups/options/GameplayTab.kt | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/com/unciv/models/metadata/GameSettings.kt b/core/src/com/unciv/models/metadata/GameSettings.kt index 7f08e840a9..c1e900b7f2 100644 --- a/core/src/com/unciv/models/metadata/GameSettings.kt +++ b/core/src/com/unciv/models/metadata/GameSettings.kt @@ -23,6 +23,7 @@ import java.util.Locale import kotlin.reflect.KClass import kotlin.reflect.KMutableProperty0 +/** Settings that apply across all games, stored in GameSettings.json */ class GameSettings { /** Allows panning the map by moving the pointer to the screen edges */ diff --git a/core/src/com/unciv/ui/popups/options/GameplayTab.kt b/core/src/com/unciv/ui/popups/options/GameplayTab.kt index e53fb43d46..60c09ad270 100644 --- a/core/src/com/unciv/ui/popups/options/GameplayTab.kt +++ b/core/src/com/unciv/ui/popups/options/GameplayTab.kt @@ -1,8 +1,6 @@ package com.unciv.ui.popups.options import com.badlogic.gdx.scenes.scene2d.ui.Table -import com.unciv.GUI -import com.unciv.logic.civilization.PlayerType import com.unciv.models.metadata.GameSettings import com.unciv.ui.components.extensions.toLabel import com.unciv.ui.components.widgets.UncivSlider