mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-21 03:33:23 +00:00
9 lines
205 B
Java
9 lines
205 B
Java
package com.volmit.iris.util;
|
|
|
|
import com.volmit.iris.object.IrisBiome;
|
|
|
|
public class BiomeDominance extends KMap<IrisBiome, Double>
|
|
{
|
|
private static final long serialVersionUID = 9055245062942178392L;
|
|
}
|