Files
rebirth-wren/map.wren
Indrajith K L 2ff207a1d3 * Code Refactoring
* Bug Fixes in Map rendering
2021-08-02 13:23:30 +05:30

5 lines
50 B
Plaintext

class Map {
construct new() {
}
}