Hi, i have a game where objects fall and there's a falling variable in the object class that changes to false after landing. The player is damaged when hit by a falling object. How do i access the object class from my player class to see whether the object is falling or not?

