This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
package models
|
||||
|
||||
type AdminPlayerDetails struct {
|
||||
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"`
|
||||
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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user