summaryrefslogtreecommitdiff
path: root/item/item.gd
diff options
context:
space:
mode:
Diffstat (limited to 'item/item.gd')
-rw-r--r--item/item.gd6
1 files changed, 6 insertions, 0 deletions
diff --git a/item/item.gd b/item/item.gd
new file mode 100644
index 0000000..4f99999
--- /dev/null
+++ b/item/item.gd
@@ -0,0 +1,6 @@
+class_name Item
+extends Node2D
+
+
+func apply(_player: Player):
+ pass