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

3 lines
93 B
GDScript

class_name EntityInteractable extends Node
signal entityOnInteract(entity:EntityInteractor);