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

12 lines
332 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "UpgradableGearComponent.h"
#include "UpgradableItemComponent.generated.h"
UCLASS(Blueprintable, ClassGroup=Custom, meta=(BlueprintSpawnableComponent))
class UUpgradableItemComponent : public UUpgradableGearComponent {
GENERATED_BODY()
public:
UUpgradableItemComponent();
};