8 lines
163 B
Go
8 lines
163 B
Go
|
|
// Code generated by apigen. DO NOT EDIT.
|
||
|
|
|
||
|
|
package models
|
||
|
|
|
||
|
|
type BatchAdjustPlayerInventoryItemsResponse struct {
|
||
|
|
Items []InventoryItem `json:"items,omitempty"`
|
||
|
|
}
|