5 lines
89 B
GDScript
5 lines
89 B
GDScript
extends Node
|
|
|
|
|
|
func _on_killed(context: RefCounted) -> void:
|
|
get_parent().deconstruct()
|