forked from MapComplete/MapComplete
Restructuring
This commit is contained in:
parent
1af27106f9
commit
5d5cf67820
27 changed files with 220 additions and 247 deletions
6
Logic/Bounds.ts
Normal file
6
Logic/Bounds.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
export interface Bounds {
|
||||
north: number,
|
||||
east: number,
|
||||
south: number,
|
||||
west: number
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue