(value: boolean)
| 580 | } |
| 581 | |
| 582 | public setDestructible(value: boolean): void{ |
| 583 | this.destructible = value; |
| 584 | } |
| 585 | |
| 586 | public setHealthBar(healthBar: QuestEntityHealthBar): void{ |
| 587 | this.healthBar = healthBar; |
no outgoing calls
no test coverage detected