quests: admin player-quest client (list/reset/force-complete/force-claim), generated models
CI / build (push) Successful in 56s

This commit is contained in:
edmand46
2026-08-25 16:25:29 +03:00
parent cafc2bfc6a
commit 4b5922c92f
6 changed files with 77 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
// 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"`
}