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

Struct introdData

plugin/klala/net.go:399–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397 CharacterMaterial string `json:"character_material"`
398}
399type introdData struct {
400 ID string `json:"id"`
401 Name string `json:"name"`
402 Tag string `json:"tag"`
403 MaxLevel int `json:"max_level"`
404 Effect string `json:"effect"`
405 ElementType string `json:"element_type"`
406 Icon string `json:"icon"`
407}
408
409// 词条英文对应中文
410var typeMap = map[string]string{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected