chrly/lib/structures/TexturesResponse.go

6 lines
79 B
Go

package structures
type TexturesResponse struct {
Skin *Skin `json:"SKIN"`
}