extends Interaction func _ready(): add_action("Spin", spin) func spin(): get_parent().spin()