()
| 507 | } |
| 508 | |
| 509 | public getLastDamageReason(): QuestEntityDamageReason{ |
| 510 | return this.lastDamageReason; |
| 511 | } |
| 512 | |
| 513 | public getLastQuestEntitySpellCaster(): QuestEntitySpellCaster{ |
| 514 | return this.questEntitySpellCasters[this.questEntitySpellCasters.length-1]; |