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

Struct ropeData

plugin/klala/net.go:263–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263type ropeData struct {
264 RelicType string `json:"relic_type"`
265 RelicTypeText string `json:"relic_type_text"`
266 Name string `json:"name"`
267 Description string `json:"description"`
268 Backstory string `json:"backstory"`
269 Icon string `json:"icon"`
270}
271type wifeData map[string]struct {
272 ID string `json:"id"`
273 Values []struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected