aboutsummaryrefslogtreecommitdiff
path: root/map.wren
blob: e9a37ee0b8bbb593f2e228829ce9b110872a9470 (plain)
1
2
3
4
5
class Map {
    construct new() {
        
    }
}