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

de.kevcodez.pubg.model.player.PlayerAttributes.kt Maven / Gradle / Ivy

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

import java.time.Instant

data class PlayerAttributes(
    val createdAt: Instant,
    val updatedAt: Instant,
    /** Player name */
    val name: String,
    /** Stats particular to players */
    val stats: Any?,
    /** Identifies the studio and game */
    val titleId: String,
    /** Platform-region shard */
    val shardId: String,
    /** Version of the game */
    val patchVersion: String
)





© 2015 - 2025 Weber Informatics LLC | Privacy Policy