wait, I store the UID of the bullet to the enemy's instance variable? Did I get that correctly?
Well, there are many instances of the same gunman object enemy at the same time, so that's why I need to know the specific bullet shot by each enemy. Is what you said correct for my situation?