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

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

package dev.robocode.tankroyale.server.model

/**
 * Defines a battle arena.
 * @param width Width of the arena.
 * @param height Height of the arena.
 */
data class Arena(val width: Int, val height: Int)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy