This commit is contained in:
2025-05-09 22:59:50 -05:00
parent f465880044
commit 828ff03e56
4 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
class_name EntityInteractable extends Node
signal entityOnInteract(entity:EntityInteractor);

View File

@@ -0,0 +1 @@
uid://03dqknw7v4mr

View File

@@ -0,0 +1,4 @@
class_name EntityInteractor extends Node
func tryInteract() -> EntityInteractable:
return null

View File

@@ -0,0 +1 @@
uid://dfh2rh8idx267