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

dev.robocode.tankroyale.gui.ui.control.ControlEvents.kt Maven / Gradle / Ivy

package dev.robocode.tankroyale.gui.ui.control

import dev.robocode.tankroyale.gui.util.Event
import javax.swing.JButton

object ControlEvents {
    val onStop = Event()
    val onRestart = Event()
    val onPauseResume = Event()
    val onNextTurn = Event()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy