ForagingCore

@Serializable
data class ForagingCore(val dailyTreesCutDay: Int? = null, val dailyTreesCut: Int? = null, val dailyGifts: Int? = null, val dailyLogCutDay: Int? = null, val dailyLogCut: List<JsonElement>? = null, val forestWhispers: Long? = null, val forestWhispersSpent: Long? = null, val currentDailyEffect: String? = null, val currentDailyEffectLastChanged: Int? = null)

Constructors

Link copied to clipboard
constructor(dailyTreesCutDay: Int? = null, dailyTreesCut: Int? = null, dailyGifts: Int? = null, dailyLogCutDay: Int? = null, dailyLogCut: List<JsonElement>? = null, forestWhispers: Long? = null, forestWhispersSpent: Long? = null, currentDailyEffect: String? = null, currentDailyEffectLastChanged: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "current_daily_effect")
val currentDailyEffect: String? = null
Link copied to clipboard
@SerialName(value = "current_daily_effect_last_changed")
val currentDailyEffectLastChanged: Int? = null
Link copied to clipboard
@SerialName(value = "daily_gifts")
val dailyGifts: Int? = null
Link copied to clipboard
@SerialName(value = "daily_log_cut")
val dailyLogCut: List<JsonElement>? = null
Link copied to clipboard
@SerialName(value = "daily_log_cut_day")
val dailyLogCutDay: Int? = null
Link copied to clipboard
@SerialName(value = "daily_trees_cut")
val dailyTreesCut: Int? = null
Link copied to clipboard
@SerialName(value = "daily_trees_cut_day")
val dailyTreesCutDay: Int? = null
Link copied to clipboard
@SerialName(value = "forests_whispers")
val forestWhispers: Long? = null
Link copied to clipboard
@SerialName(value = "forests_whispers_spent")
val forestWhispersSpent: Long? = null