biome fixes + refactoring, blackened
This commit is contained in:
parent
6d912ae7ac
commit
1834c26b72
41 changed files with 296 additions and 328 deletions
5
java/src/game/biome/Temperature.java
Normal file
5
java/src/game/biome/Temperature.java
Normal file
|
@ -0,0 +1,5 @@
|
|||
package game.biome;
|
||||
|
||||
public enum Temperature {
|
||||
SEA, COLD, MEDIUM, WARM;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue