|
|
|
@ -36,6 +36,7 @@ import engine.net.client.msg.UpdateObjectMsg;
@@ -36,6 +36,7 @@ import engine.net.client.msg.UpdateObjectMsg;
|
|
|
|
|
import engine.server.MBServerStatics; |
|
|
|
|
import org.pmw.tinylog.Logger; |
|
|
|
|
|
|
|
|
|
import java.awt.geom.Rectangle2D; |
|
|
|
|
import java.sql.ResultSet; |
|
|
|
|
import java.sql.SQLException; |
|
|
|
|
import java.time.LocalDateTime; |
|
|
|
@ -102,6 +103,7 @@ public class Building extends AbstractWorldObject {
@@ -102,6 +103,7 @@ public class Building extends AbstractWorldObject {
|
|
|
|
|
private ArrayList<Building> children = null; |
|
|
|
|
|
|
|
|
|
public ArrayList<Mesh> buildingMeshes; |
|
|
|
|
public Rectangle2D.Float buildingRect; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* ResultSet Constructor |
|
|
|
|