11 lines
283 B
Go
11 lines
283 B
Go
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
package models
|
|
|
|
type BatchAdjustPlayerInventoryItemsItem struct {
|
|
Amount int64 `json:"amount,omitempty"`
|
|
PlayerID string `json:"playerId,omitempty"`
|
|
Reason string `json:"reason,omitempty"`
|
|
Slug string `json:"slug,omitempty"`
|
|
}
|