Add backgorunds to games
This commit is contained in:
parent
1a0f0b9f17
commit
15e727c6c3
@ -13,6 +13,11 @@ type GameInterfaceAssets struct {
|
||||
Title string
|
||||
Icon string
|
||||
Description string
|
||||
Backgrounds []GameInterfaceBackground
|
||||
}
|
||||
|
||||
type GameInterfaceBackground struct {
|
||||
File string
|
||||
}
|
||||
|
||||
type Games struct {
|
||||
@ -27,6 +32,6 @@ type JSGameInterface struct {
|
||||
}
|
||||
|
||||
type Argument struct {
|
||||
Body string `json:"body"`
|
||||
Value string `json:"value"`
|
||||
Body string
|
||||
Value string
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user