Is there a way to force the class/component initializing a certain class to call one of its functions?
Ex:
class Car { public destroy(){...} } class Bom