int
This commit is contained in:
3
scripts/Entity/Component/EntityInteractable.gd
Normal file
3
scripts/Entity/Component/EntityInteractable.gd
Normal file
@@ -0,0 +1,3 @@
|
||||
class_name EntityInteractable extends Node
|
||||
|
||||
signal entityOnInteract(entity:EntityInteractor);
|
1
scripts/Entity/Component/EntityInteractable.gd.uid
Normal file
1
scripts/Entity/Component/EntityInteractable.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://03dqknw7v4mr
|
4
scripts/Entity/Component/EntityInteractor.gd
Normal file
4
scripts/Entity/Component/EntityInteractor.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
class_name EntityInteractor extends Node
|
||||
|
||||
func tryInteract() -> EntityInteractable:
|
||||
return null
|
1
scripts/Entity/Component/EntityInteractor.gd.uid
Normal file
1
scripts/Entity/Component/EntityInteractor.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://dfh2rh8idx267
|
Reference in New Issue
Block a user