Interface BattleImpactAnimationDefinition

interface BattleImpactAnimationDefinition {
    alignment: BattleImpactAlignment;
    imagePath: string;
}

Hierarchy (view full)

Properties

Properties

imagePath: string