mirror of
https://github.com/elyby/chrly.git
synced 2025-02-13 22:17:11 +05:30
6 lines
79 B
Go
6 lines
79 B
Go
package structures
|
|
|
|
type TexturesResponse struct {
|
|
Skin *Skin `json:"SKIN"`
|
|
}
|