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

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

package dev.robocode.tankroyale.server.model

/**
 * BulletId contains the id of a bullet. It is a inline class used to make it easy to differ between an Int and a
 * BulletId.
 * @param value id value of the bullet.
 */
@JvmInline
value class BulletId(val value: Int)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy