Files
Dawn-Godot/scripts/Entity/Component/EntityInteractor.gd
2025-05-09 22:59:50 -05:00

4 lines
96 B
GDScript

class_name EntityInteractor extends Node
func tryInteract() -> EntityInteractable:
return null