summaryrefslogtreecommitdiff
path: root/client/scripts/map/stove.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/scripts/map/stove.gd')
-rw-r--r--client/scripts/map/stove.gd6
1 files changed, 0 insertions, 6 deletions
diff --git a/client/scripts/map/stove.gd b/client/scripts/map/stove.gd
deleted file mode 100644
index c2d75b7b..00000000
--- a/client/scripts/map/stove.gd
+++ /dev/null
@@ -1,6 +0,0 @@
-class_name Stove
-extends Counter
-
-func setup(rename: String, neighbors: Array):
- super.setup(rename, neighbors)
- base.add_child(load("res://models/prefabs/map/stove_single.tscn").instantiate())