mirror of
https://github.com/elyby/chrly.git
synced 2025-01-21 19:13:31 +05:30
6 lines
78 B
Go
6 lines
78 B
Go
package structures
|
|
|
|
type SkinMetadata struct {
|
|
Model string `json:"model"`
|
|
}
|