aboutsummaryrefslogtreecommitdiff
path: root/map.wren
diff options
context:
space:
mode:
Diffstat (limited to 'map.wren')
-rw-r--r--map.wren5
1 files changed, 5 insertions, 0 deletions
diff --git a/map.wren b/map.wren
new file mode 100644
index 0000000..e9a37ee
--- /dev/null
+++ b/map.wren
@@ -0,0 +1,5 @@
+class Map {
+ construct new() {
+
+ }
+} \ No newline at end of file