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

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

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

data class Location(
    val x: Float,
    val y: Float,
    val z: Float
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy