Skip to content

Commit

Permalink
fix areas map
Browse files Browse the repository at this point in the history
  • Loading branch information
Mawex committed Nov 26, 2023
1 parent a2b1517 commit f5f1b03
Show file tree
Hide file tree
Showing 2 changed files with 473 additions and 294 deletions.
12 changes: 12 additions & 0 deletions assets/lib/areasMap.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
export enum GraphObjectType {
Unknown,
Node,
Connection,
}

export enum LogicalType {
Unknown,
Pickup,
Anchor,
Connection,
}
Loading

0 comments on commit f5f1b03

Please sign in to comment.