(name)
| 509 | } |
| 510 | |
| 511 | getSlot (name) { |
| 512 | return this.$el.find(`.item-slot[data-slot=${name}]`) |
| 513 | } |
| 514 | |
| 515 | getSelectedSlot () { |
| 516 | return this.$el.find('#equipped .item-slot.selected') |
nothing calls this directly
no outgoing calls
no test coverage detected