DayCycleConfig

@Serializable
data class DayCycleConfig(val offset: Int = 0)

昼夜サイクルの設定を保持するデータクラス

Constructors

Link copied to clipboard
constructor(offset: Int = 0)

Properties

Link copied to clipboard
val offset: Int = 0

天気の更新タイミングのオフセット(時間)