Initial commit
This commit is contained in:
8
Player Controller/Interaction/InteractableObject.gd
Normal file
8
Player Controller/Interaction/InteractableObject.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
class_name InteractableObject
|
||||
extends Node3D
|
||||
|
||||
@export var interact_prompt : String
|
||||
@export var can_interact : bool = true
|
||||
|
||||
func _interact():
|
||||
print("Override this function.")
|
||||
Reference in New Issue
Block a user