16 lines
185 B
C++
16 lines
185 B
C++
#pragma once
|
|
#include "AttributeSet.h"
|
|
|
|
|
|
#include "GasaAttributeSet.generated.h"
|
|
|
|
|
|
UCLASS()
|
|
class GASA_API UGasaAttributeSet : public UAttributeSet
|
|
{
|
|
GENERATED_BODY()
|
|
public:
|
|
|
|
};
|
|
|