Partial refactor.

This commit is contained in:
2023-10-08 09:49:49 -04:00
parent 0ce9ec3ae2
commit 4b62517d99
5 changed files with 69 additions and 258 deletions
+2
View File
@@ -70,6 +70,8 @@ public class Zone extends AbstractGameObject {
public float terrain_max_y;
public int terrain_image;
public Terrain terrain = null;
/**
* ResultSet Constructor
*/