Receiver works, probably
This commit is contained in:
@@ -6,5 +6,5 @@ func _on_interaction_area_body_entered(body: Player) -> void:
|
||||
func _on_interaction_area_body_exited(body: Player) -> void:
|
||||
body.interaction_target = null
|
||||
|
||||
func interact():
|
||||
func interact(player: Player):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user