diff options
Diffstat (limited to 'map.wren')
-rw-r--r-- | map.wren | 5 |
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 |