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

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

package com.github.wakingrufus.elo

import java.time.Instant

data class Game(val id: String,
                val team1Score: Int,
                val team2Score: Int,
                val entryDate: Instant,
                val team1PlayerIds: List,
                val team2PlayerIds: List)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy