10 lines
245 B
Go
10 lines
245 B
Go
|
|
// Code generated by apigen. DO NOT EDIT.
|
||
|
|
|
||
|
|
package models
|
||
|
|
|
||
|
|
type AdminPlayerQuestObjective struct {
|
||
|
|
Current int64 `json:"current,omitempty"`
|
||
|
|
ObjectiveID string `json:"objectiveId,omitempty"`
|
||
|
|
Target int64 `json:"target,omitempty"`
|
||
|
|
}
|