(hero)
| 89 | } |
| 90 | |
| 91 | getHeroShortName (hero) { |
| 92 | return ThangTypeLib.getHeroShortName(hero) |
| 93 | } |
| 94 | |
| 95 | saveHeroSelection (heroOriginal) { |
| 96 | if (!me.get('heroConfig')) { me.set({ heroConfig: {} }) } |
nothing calls this directly
no outgoing calls
no test coverage detected