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

12 lines
335 B
C++
Executable file

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