()
| 762 | } |
| 763 | |
| 764 | register () { |
| 765 | this.bus = LevelBus.get(this.levelID, this.session.id) |
| 766 | this.bus.setSession(this.session) |
| 767 | return this.bus.setSpells(this.tome.spells) |
| 768 | } |
| 769 | |
| 770 | // Load Completed Setup ###################################################### |
| 771 |
no test coverage detected