removeHitbox method

void removeHitbox(
  1. HitboxShape shape
)

Implementation

void removeHitbox(HitboxShape shape) {
  _hitboxes.remove(shape);
}