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

dev.robocode.tankroyale.server.model.TeamId.kt Maven / Gradle / Ivy

package dev.robocode.tankroyale.server.model

/**
 * BotId contains the id of a team.
 * @param id the id of the team.
 */
@JvmInline
value class TeamId(val id: Int) {
    override fun toString() = "$id"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy