ConditionData

@Serializable
data class ConditionData(val weather: List<WeatherType> = emptyList(), val world: List<FishingWorldId> = emptyList(), val time: List<TimeRange> = emptyList())

Constructors

Link copied to clipboard
constructor(weather: List<WeatherType> = emptyList(), world: List<FishingWorldId> = emptyList(), time: List<TimeRange> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard