Add IDs to Skins
This commit is contained in:
parent
01b75eb567
commit
2d6c9664ec
@ -2,6 +2,7 @@ package datatypes
|
||||
|
||||
// Skin struct holds the
|
||||
type Skin struct {
|
||||
UID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Location string `json:"location"`
|
||||
Metadata map[string]string `json:"metadata"`
|
||||
|
Reference in New Issue
Block a user