Skip to content

Commit

Permalink
Docs and repository
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr.suwala committed May 1, 2024
1 parent 702342f commit 9b85f5b
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 72 deletions.
3 changes: 2 additions & 1 deletion src/main/kotlin/sh/hsp/techtree/TreeModel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ data class TreeModel(
data class TreeNode(
val title: ID,
val requires: List<ID>? = null,
val link: String? = null
val link: String? = null,
val image: String? = null
)
Loading

0 comments on commit 9b85f5b

Please sign in to comment.