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

12 lines
278 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "AfflictionEffect.h"
#include "ShieldLinkedAfflictionEffect.generated.h"
UCLASS(Blueprintable)
class UShieldLinkedAfflictionEffect : public UAfflictionEffect {
GENERATED_BODY()
public:
UShieldLinkedAfflictionEffect();
};