Implemented developer database downloads
This commit is contained in:
@ -21,7 +21,6 @@ const (
|
||||
|
||||
// ShopItem is a purchasable item in the shop.
|
||||
type ShopItem struct {
|
||||
ID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Description string `json:"description"`
|
||||
Price uint `json:"price"`
|
||||
@ -29,6 +28,8 @@ type ShopItem struct {
|
||||
Rarity string `json:"rarity"`
|
||||
Order int `json:"order"`
|
||||
Consumable bool `json:"consumable"`
|
||||
|
||||
hasID
|
||||
}
|
||||
|
||||
// GetShopItem ...
|
||||
|
Reference in New Issue
Block a user