what about: ``` if (collided != null) { ...
# announcements
k
what about:
Copy code
if (collided != null) {
             // stuff
        } else {
            // other stuff
        }