ecspresso
    Preparing search index...

    Interface EntityDiedEvent

    Event fired when an entity's health reaches zero.

    interface EntityDiedEvent {
        entityId: number;
        killerId?: number;
    }
    Index
    entityId: number
    killerId?: number