This commit is contained in:
2023-11-07 19:50:29 -06:00
parent a54612a947
commit 7fe5f8b5ac
3 changed files with 13 additions and 10 deletions
+2 -1
View File
@@ -35,6 +35,7 @@ import engine.server.MBServerStatics;
import org.pmw.tinylog.Logger;
import java.awt.geom.Area;
import java.awt.geom.Path2D;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.time.LocalDateTime;
@@ -100,7 +101,7 @@ public class Building extends AbstractWorldObject {
private ConcurrentHashMap<Integer, Condemned> condemned;
private ArrayList<Building> children = null;
public ArrayList<Area> meshes;
public ArrayList<Path2D.Float> meshes;
/**
* ResultSet Constructor