Hello everyone, I would like to ask if there is any way of accessing a certain class using the method getOneObjectAtOffset(). I have a scenario with blocks (that have certain health) and bouncy balls. Whenever the ball hits a block it bounces off of it (changes the velocity). But I would also like to substract one life of the block whenever that happens. Is there any proper way to do that ?

