8 lines
142 B
Go
8 lines
142 B
Go
|
|
// Code generated by apigen. DO NOT EDIT.
|
||
|
|
|
||
|
|
package models
|
||
|
|
|
||
|
|
type AdminPlayerQuestRequest struct {
|
||
|
|
QuestID string `json:"questId,omitempty"`
|
||
|
|
}
|