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

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

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

import com.fasterxml.jackson.annotation.JsonIgnoreProperties
import de.kevcodez.pubg.model.telemetry.objects.Character

@JsonIgnoreProperties(ignoreUnknown = true)
class MatchStart : TelemetryEvent() {

    lateinit var characters: List
    lateinit var mapName: String
    lateinit var weatherId: String
    lateinit var cameraViewBehaviour: String
    var teamSize: Int = 0

    // FIXME
    //lateinit var blueZoneCustomOptions: List

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy