Update Map.ts

This commit is contained in:
Mitchell McCaffrey 2021-08-01 16:58:32 +10:00
parent df1e59f666
commit 8c9aca0259

View File

@ -27,7 +27,6 @@ export type BaseMap = {
grid: Grid;
width: number;
height: number;
type: string;
lastModified: number;
created: number;
showGrid: boolean;