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

12 lines
338 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "CharacterStateComponent.h"
#include "GrabbedStateComponent.generated.h"
UCLASS(Blueprintable, MinimalAPI, ClassGroup=Custom, meta=(BlueprintSpawnableComponent))
class UGrabbedStateComponent : public UCharacterStateComponent {
GENERATED_BODY()
public:
UGrabbedStateComponent();
};