declare enum AnimateActionType {
    SwingArm = 1,
    StopSleep = 3,
    CriticalHit = 4,
    MagicalCriticalHit = 5,
    RowRight = 128,
    RowLeft = 129
}
export default AnimateActionType;
//# sourceMappingURL=AnimateActionType.d.ts.map