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

com.github.wakingrufus.elo.RatingHistoryItem.kt Maven / Gradle / Ivy

package com.github.wakingrufus.elo

data class RatingHistoryItem(
        val playerId: String,
        val gameId: String,
        val ratingAdjustment: Int,
        val startingRating: Int,
        val win: Boolean
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy