🔖 Ic-merge is working now
This commit is contained in:
parent
8a3da4c5fe
commit
03fa525a00
5 changed files with 58 additions and 33 deletions
|
|
@ -3,8 +3,8 @@ package infinitecraft
|
|||
type Game struct {
|
||||
Name string `json:"name"`
|
||||
Version string `json:"version"`
|
||||
Created uint64 `json:"created"`
|
||||
Updated uint64 `json:"updated"`
|
||||
Created int64 `json:"created"`
|
||||
Updated int64 `json:"updated"`
|
||||
Instances []any `json:"instances" db:"-"`
|
||||
Items []Item `json:"items" db:"-"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue