person can take and interact with item
This commit is contained in:
@@ -2,3 +2,8 @@ extends Node3D
|
||||
class_name Item
|
||||
var item_name
|
||||
var shelf_owner
|
||||
var is_being_used: bool
|
||||
|
||||
|
||||
func use():
|
||||
print(str(self) + "is used")
|
||||
|
||||
Reference in New Issue
Block a user