mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-04 09:31:23 +01:00
refactor: remove duplicate markers property from PackedGraph interface
This commit is contained in:
parent
c5c6a071db
commit
83f4190e93
1 changed files with 0 additions and 1 deletions
|
|
@ -62,6 +62,5 @@ export interface PackedGraph {
|
|||
zones: Zone[];
|
||||
markers: any[];
|
||||
ice: any[];
|
||||
markers: any[];
|
||||
provinces: Province[];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue