Skip to content

Commit

Permalink
Place and Transition -- has modId
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Nov 15, 2023
1 parent 8214281 commit 6e586ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# module system

Place and Transition -- has modId

Mod has definitions: Map<string, Definition>

# loader
Expand Down
1 change: 1 addition & 0 deletions src/lang/place/Place.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export type Place = {
modId: string
id: string
name: string
}
1 change: 1 addition & 0 deletions src/lang/transition/Transition.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export type Transition = {
modId: string
id: string
name: string
}

0 comments on commit 6e586ab

Please sign in to comment.