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

dev.robocode.tankroyale.server.event.WonRoundEvent.kt Maven / Gradle / Ivy

package dev.robocode.tankroyale.server.event

/** Event sent when a bot has won the round. */
class WonRoundEvent(
    /** Turn number when turn was skipped */
    override val turnNumber: Int,
) : Event()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy