I want, for these arguments, to be able to put multiple classes in. For example, maybe I want my player to detect collision with a couple specific classes but those classes aren't subclasses of another class. Therefore, I can't just put one class for the argument, I can't put "null" either coz there's some classes I don't want to count in the collision.

