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