Hi, i have a method in a, lets say a class called "Block". In this class i have a method that i want to be able to use through another actor. So if i clicked on the Button class it would call the method in the Block class. How would you be able to do this if they are not subclasses of each other?

