// Checks bullet Collision public bool CollisionCheck(AABB other) { return(_hitboxBullet.DetectCollision(other)); }