remove method
Removes an item from the broadphase. Should be called in a CollisionDetection class while removing a hitbox from its collision detection system.
Implementation
@override
void remove(T item) => items.remove(item);
Removes an item from the broadphase. Should be called in a CollisionDetection class while removing a hitbox from its collision detection system.
@override
void remove(T item) => items.remove(item);