Open chubei opened 2 years ago
From the specification, it seems that material should be a Index<Material> and variants should be Vec<Index<Variant>>.
material
Index<Material>
variants
Vec<Index<Variant>>
From the specification, it seems that
material
should be aIndex<Material>
andvariants
should beVec<Index<Variant>>
.