export interface EntityAnimationOptions {
    type: string[];
    file: string;
    script: boolean;
    create: "ctrl" | "anim";
}
