Add planes to planeless tile objects

This commit is contained in:
Max Weber
2018-03-09 20:03:08 -07:00
parent f3a2a5e29d
commit f560fb9427
11 changed files with 124 additions and 2 deletions

View File

@@ -38,6 +38,8 @@ public interface TileObject
int getY();
int getPlane();
int getId();
WorldPoint getWorldLocation();