blueprint page, link to blueprint

This commit is contained in:
DieMyst
2020-12-01 17:47:52 +03:00
parent 047b66b140
commit 07986e81b5
20 changed files with 203 additions and 99 deletions

View File

@ -6,3 +6,11 @@ type alias Blueprint =
, id : String
, name : String
}
type alias BlueprintInfo =
{ name : String
, author : String
, instanceNumber : Int
, id: String
}