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

de.kevcodez.pubg.model.telemetry.enums.DamageReason.kt Maven / Gradle / Ivy

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

enum class DamageReason {
    ArmShot,
    HeadShot,
    LegShot,
    None,
    NonSpecific,
    PelvisShot,
    TorsoShot
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy