()
| 14 | module.exports = (AdventurerView = (function () { |
| 15 | AdventurerView = class AdventurerView extends ContributeClassView { |
| 16 | static initClass () { |
| 17 | this.prototype.id = 'adventurer-view' |
| 18 | this.prototype.template = template |
| 19 | } |
| 20 | |
| 21 | initialize () { |
| 22 | return this.contributorClassName = 'adventurer' |