9 lines
186 B
Go
9 lines
186 B
Go
|
|
// Code generated by apigen. DO NOT EDIT.
|
||
|
|
|
||
|
|
package models
|
||
|
|
|
||
|
|
type BatchPlayerQuestsItem struct {
|
||
|
|
PlayerID string `json:"playerId,omitempty"`
|
||
|
|
QuestID string `json:"questId,omitempty"`
|
||
|
|
}
|