Fixed last bugs

This commit is contained in:
2025-05-12 21:02:55 -05:00
parent a575b8a47d
commit 54feb2ce55
2 changed files with 7 additions and 2 deletions

View File

@@ -14,7 +14,6 @@ enum InteractorType {
func interactWith(interactable:EntityInteractable) -> void:
interactable.interact(self)
pass
func getRaycastInteractable() -> EntityInteractable:
if !entityDirection or !characterBody: