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

de.kevcodez.pubg.model.telemetry.events.MatchDefinition.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.JsonProperty

class MatchDefinition : TelemetryEvent() {
    @JsonProperty("MatchId")
    lateinit var matchId: String
    @JsonProperty("PingQuality")
    var pingQuality: String? = null
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy