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

12 lines
332 B
C++
Executable file

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