GASATHON/Project/Source/Gasa/AbilitySystem/GasaAttributeSet.h

16 lines
185 B
C
Raw Normal View History

2024-04-13 07:19:45 -07:00
#pragma once
#include "AttributeSet.h"
#include "GasaAttributeSet.generated.h"
UCLASS()
class GASA_API UGasaAttributeSet : public UAttributeSet
{
GENERATED_BODY()
public:
};