5 lines
74 B
GDScript
5 lines
74 B
GDScript
extends StaticBody3D
|
|
|
|
func _ready() -> void:
|
|
add_to_group("targetable")
|