added user action
This commit is contained in:
10
Scripts/Interactable.gd
Normal file
10
Scripts/Interactable.gd
Normal file
@@ -0,0 +1,10 @@
|
||||
class_name Interactable
|
||||
extends Node
|
||||
|
||||
var can_pick: bool
|
||||
|
||||
var can_store: bool
|
||||
var stored_objects: Array
|
||||
|
||||
func action(person):
|
||||
print("action!")
|
||||
Reference in New Issue
Block a user