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

de.kevcodez.pubg.model.telemetry.objects.GameState.kt Maven / Gradle / Ivy

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

data class GameState(
    val elapsedTime: Int,
    val numAliveTeams: Int,
    val numJoinPlayers: Int,
    val numStartPlayers: Int,
    val numAlivePlayers: Int,
    val safetyZonePosition: Location,
    val safetyZoneRadius: Float,
    val poisonGasWarningPosition: Location,
    val poisonGasWarningRadius: Float,
    val redZonePosition: Location,
    val redZoneRadius: Float
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy