on, collision, i want one of two objects to be removed. I dont know where to properly start
Shot shot = getOneIntersectingObject(Shot.class); if (shot != null) { getWorld().removeObject(shot); timesShot++; if (timesShot == maxShotCount) getWorld().removeObject(this); }