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

Struct light

plugin/klala/net.go:145–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145type light struct {
146 ID int `json:"id"`
147 Name string `json:"name"`
148 Star int `json:"star"`
149 Level int `json:"level"`
150 Promotion int `json:"promotion"`
151 Rank int `json:"rank"`
152}
153
154type skill struct {
155 A int `json:"a"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected