9 lines
213 B
Go
9 lines
213 B
Go
|
|
// Code generated by apigen. DO NOT EDIT.
|
||
|
|
|
||
|
|
package models
|
||
|
|
|
||
|
|
type GetPlayerInventoryResponse struct {
|
||
|
|
Items []InventoryItem `json:"items,omitempty"`
|
||
|
|
NextCursor string `json:"nextCursor,omitempty"`
|
||
|
|
}
|