| 152 | } |
| 153 | |
| 154 | type skill struct { |
| 155 | A int `json:"a"` |
| 156 | E int `json:"e"` |
| 157 | Q int `json:"q"` |
| 158 | T int `json:"t"` |
| 159 | F int `json:"f"` |
| 160 | } |
| 161 | type relics struct { |
| 162 | Head relicsdata `json:"head"` |
| 163 | Hand relicsdata `json:"hand"` |
nothing calls this directly
no outgoing calls
no test coverage detected