chore: minor docs

This commit is contained in:
yairm210 2024-08-11 15:33:44 +03:00
parent 451642450c
commit 6637e67ddb
2 changed files with 1 additions and 2 deletions

View File

@ -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 */

View File

@ -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