0.0.21 Added weight for beads. /JL

This commit is contained in:
2022-12-14 21:33:49 +01:00
parent c29ad7048d
commit 078e49d745
5 changed files with 179 additions and 6 deletions
+2
View File
@@ -67,6 +67,8 @@ type (
IsNeutral bool `xml:"isNeutral"`
IsGrayscale bool `xml:"isGrayscale"`
Disabled bool `xml:"disabled"`
InStock bool `xml:"inStock"`
OnHand int `xml:"onHand"`
}
)