Interface BattleImpactAnimationDefinition

interface BattleImpactAnimationDefinition {
    alignment: BattleImpactAlignment;
    imagePath: string;
    offset?: number;
}

Hierarchy (view full)

Properties

imagePath: string
offset?: number