2026-08-25 16:25:29 +03:00
|
|
|
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
|
|
|
|
|
|
package models
|
|
|
|
|
|
|
|
|
|
type AdminPlayerQuest struct {
|
|
|
|
|
Name string `json:"name,omitempty"`
|
|
|
|
|
Objectives []AdminPlayerQuestObjective `json:"objectives,omitempty"`
|
2026-09-06 22:25:32 +03:00
|
|
|
QuestSlug string `json:"questSlug,omitempty"`
|
2026-08-25 16:25:29 +03:00
|
|
|
Status string `json:"status,omitempty"`
|
|
|
|
|
}
|