private void addRoadObject(RoadObjectType type, Game game) { int x = game.getRandomNumber(FIRST_LANE_POSITION, FOURTH_LANE_POSITION); int y = -1 * RoadObject.getHeight(type); createRoadObject(type, x, y); не могу понять что он от меня хочет или уже спать хочу )