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

de.kevcodez.pubg.client.PlayerFilter.kt Maven / Gradle / Ivy

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

data class PlayerFilter(
    val playerIds: List = emptyList(),
    val playerNames: List = emptyList()
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy