File layout
This commit is contained in:
5
src/tower.ts
Normal file
5
src/tower.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { TowerMap } from 'tower_map.js';
|
||||
|
||||
export function main() {
|
||||
const map = new TowerMap();
|
||||
};
|
||||
Reference in New Issue
Block a user