Blame view
src/collembola/model/CollemWorld.java
283 Bytes
89f70c1ec import current mc... |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
package collembola.model; import org.jocl.struct.Struct; public class CollemWorld extends Struct { public int width; public int height; public float growthRate; public float diffusionRate; public float diffusionThreshold; public float mortalityRate; int speciality; } |