()
| 138 | } |
| 139 | |
| 140 | getRenderData () { |
| 141 | const c = super.getRenderData() |
| 142 | c.world = this.world |
| 143 | return c |
| 144 | } |
| 145 | |
| 146 | afterRender () { |
| 147 | if (typeof window.onPlayLevelViewLoaded === 'function') { |
nothing calls this directly
no outgoing calls
no test coverage detected