biome fixes + refactoring, blackened

This commit is contained in:
Sen 2025-04-14 12:35:45 +02:00
parent 6d912ae7ac
commit 1834c26b72
41 changed files with 296 additions and 328 deletions

View file

@ -0,0 +1,5 @@
package game.biome;
public enum Temperature {
SEA, COLD, MEDIUM, WARM;
}