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

12 lines
277 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "BehaviorTree/BTDecorator.h"
#include "BTDecorator_LockRotation.generated.h"
UCLASS(Blueprintable)
class FSD_API UBTDecorator_LockRotation : public UBTDecorator {
GENERATED_BODY()
public:
UBTDecorator_LockRotation();
};