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

dev.robocode.tankroyale.booter.model.IBootEntry.kt Maven / Gradle / Ivy

There is a newer version: 0.26.0
Show newest version
package dev.robocode.tankroyale.booter.model

interface IBootEntry {
    val name: String
    val version: String
    val authors: List
    val description: String?
    val homepage: String?
    val countryCodes: List?
    val gameTypes: List?
    val platform: String?
    val programmingLang: String?
    val initialPosition: String?
    val teamMembers: List?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy