13 lines
216 B
C
13 lines
216 B
C
|
#pragma once
|
|||
|
|
|||
|
#include "AbilitySystemComponent.h"
|
|||
|
|
|||
|
#include "GasaAbilitySystemComponent.generated.h"
|
|||
|
|
|||
|
UCLASS()
|
|||
|
class GASA_API UGasaAbilitySystemComp : public UAbilitySystemComponent
|
|||
|
{
|
|||
|
GENERATED_BODY()
|
|||
|
public:
|
|||
|
};
|