3738394041424344
super.setID(loc.id); super.setLocation(Point.location(loc.x, loc.y)); } public GameObject(Point location, int id, int direction, int type) { this(new GameObjectLoc(id, location.getX(), location.getY(), direction, type)); }