Destructor
| 51 | |
| 52 | // Destructor |
| 53 | Body::~Body() { |
| 54 | |
| 55 | } |
| 56 | |
| 57 | // Create a new collider and add it to the body |
| 58 | /// This method will return a pointer to a new collider. A collider is |
nothing calls this directly
no outgoing calls
no test coverage detected