import Shape from "../../shapes/shape";
/**
* Represents a collider (bounding box) in 2D space.
*
* Collider's should always be positioned in world space so that collisions can be calculated correctly.
*/exportdefaultclassCollider extends Shape {
}
//# sourceMappingURL=collider.js.map