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

host.anzo.commons.model.RouletteRandomEntry Maven / Gradle / Ivy

There is a newer version: 1.29
Show newest version
package host.anzo.commons.model;

/**
 * @author ANZO
 * @since 11/29/2023
 */
public record RouletteRandomEntry(int index, int id, int chance) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy