DRG-Femboy-Voice/Source/FSD/Public/EnemyRangedAttackAnimNotify.h
2025-04-15 12:39:31 -07:00

12 lines
306 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "Animation/AnimNotifies/AnimNotify.h"
#include "EnemyRangedAttackAnimNotify.generated.h"
UCLASS(Blueprintable, CollapseCategories)
class UEnemyRangedAttackAnimNotify : public UAnimNotify {
GENERATED_BODY()
public:
UEnemyRangedAttackAnimNotify();
};