ecspresso
    Preparing search index...

    Interface ProjectileEventTypes

    Event types provided by the projectile plugin.

    interface ProjectileEventTypes {
        damage: DamageEvent;
        projectileHit: ProjectileHitEvent;
    }
    Index

    Properties

    damage: DamageEvent
    projectileHit: ProjectileHitEvent