aboutsummaryrefslogtreecommitdiff
path: root/client/map/items
diff options
context:
space:
mode:
Diffstat (limited to 'client/map/items')
-rw-r--r--client/map/items/item.gd2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/map/items/item.gd b/client/map/items/item.gd
index ea5b3937..5a43af2d 100644
--- a/client/map/items/item.gd
+++ b/client/map/items/item.gd
@@ -18,6 +18,8 @@ extends Node3D
const CHECKMARK: PackedScene = preload("uid://bdbw8whs3data")
+var item_name #: String
+
var owned_by: Node3D
var base: Node3D = Node3D.new()
var rotation_target: float = 0.