0.0.23 Added warning icon for colors. /JL

This commit is contained in:
Jan Lerking
2022-12-15 12:52:24 +01:00
parent a75c035ca8
commit 32c90eee33
4 changed files with 33 additions and 9 deletions
+1
View File
@@ -32,6 +32,7 @@ type (
Seriestruct struct {
XMLName xml.Name `xml:"serie"`
SerieName string `xml:"seriename"`
Weight int `xml:"weightPerThousand"`
Pegboards Pegboardsstruct `xml:"pegboards"`
Beads Beadsstruct `xml:"beads"`
}