1 2 3 4 5
package descriptors type AssetsDescriptor struct { Textures map[int]string `json:"textures"` }