()
| 355 | } |
| 356 | |
| 357 | cleanup () { |
| 358 | if (this.checkClampedProperties) { |
| 359 | this.printClampedPropertiesResult() |
| 360 | } |
| 361 | if (this.levelLoader) { |
| 362 | this.stopListening(this.levelLoader) |
| 363 | this.levelLoader.destroy() |
| 364 | } |
| 365 | if (this.god) { |
| 366 | this.stopListening(this.god) |
| 367 | this.god.destroy() |
| 368 | } |
| 369 | this.world = null |
| 370 | } |
| 371 | } |
nothing calls this directly
no test coverage detected