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

17 lines
414 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "EnemyAnimInstance.h"
#include "CaretakerEyeAnimInstance.generated.h"
UCLASS(Blueprintable, NonTransient)
class UCaretakerEyeAnimInstance : public UEnemyAnimInstance {
GENERATED_BODY()
public:
protected:
UPROPERTY(BlueprintReadWrite, EditAnywhere, Transient, meta=(AllowPrivateAccess=true))
bool IsOpen;
public:
UCaretakerEyeAnimInstance();
};