6 lines
135 B
GDScript
6 lines
135 B
GDScript
extends Area2D
|
|
|
|
|
|
func start_interaction(askingForInteraction: Human):
|
|
(get_parent() as Human).start_interaction(askingForInteraction)
|