MCPcopy Create free account
hub / github.com/FloatTech/ZeroBot-Plugin-Playground / relicsdata

Struct relicsdata

plugin/klala/net.go:169–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 Object relicsdata `json:"object"`
168}
169type relicsdata struct {
170 SetID int `json:"relicId"` // 套装id
171 Name string `json:"name"`
172 Star int `json:"star"`
173 Type int `json:"type"`
174 Level float64 `json:"level"`
175 MainV vlist `json:"main"`
176 Vlist []vlist `json:"vlist"`
177}
178type vlist struct {
179 Name string `json:"valname"`
180 Value string `json:"value"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected