host.anzo.commons.model.RouletteRandomEntry Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-core Show documentation
Show all versions of commons-core Show documentation
Commons library to make me happy.
package host.anzo.commons.model;
/**
* @author ANZO
* @since 11/29/2023
*/
public record RouletteRandomEntry(int index, int id, int chance) {
}