aboutsummaryrefslogtreecommitdiff
path: root/levels/level2.wren
blob: 6323ad53df7a4a19e3f09d54a1665f7b2c03eeaa (plain)
1
2
3
4
5
class Level2 {
    construct new() {
        
    }
}