New Features:
- added support for parsing multiple user bounding box tags 45
Breaking Changes:
- the `userBoundingBox` parameter is now called `userBoundingBoxes` to reflect that there can be more than one user bounding box
- e.g. `nml.parameters.userBoundingBoxes`
- the default value is an empty list `[]`
- the new type signature for the attribute is `List[Vector6[int]]`