All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.kevcodez.pubg.model.telemetry.events.BlueZoneCustomOption.kt Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package de.kevcodez.pubg.model.telemetry.events

data class BlueZoneCustomOption(
    val phaseNum: Int,
    val startDelay: Int,
    val warningDuration: Int,
    val releaseDuration: Int,
    val poisonGasDamagePerSecond: Float,
    val radiusRate: Float,
    val spreadRatio: Float,
    val landRatio: Float,
    val circleAlgorithm: Int
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy