Add IDs to Skins

This commit is contained in:
Layla 2020-12-27 00:29:02 -05:00
parent 01b75eb567
commit 2d6c9664ec
No known key found for this signature in database
GPG Key ID: A494D9357BA1BE31

View File

@ -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"`