13 lines
494 B
Go
13 lines
494 B
Go
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
package models
|
|
|
|
type AdminPlayerDetails struct {
|
|
Identities []PlayerIdentity `json:"identities,omitempty"`
|
|
Inventory []InventoryItem `json:"inventory,omitempty"`
|
|
Player AdminPlayer `json:"player,omitempty"`
|
|
Storages []PlayerStorage `json:"storages,omitempty"`
|
|
WalletTransactions []WalletAudit `json:"walletTransactions,omitempty"`
|
|
Wallets []WalletDetails `json:"wallets,omitempty"`
|
|
}
|