18. ABC & AS
This commit is contained in:
@ -0,0 +1 @@
|
||||
#include "GasaAbilitySystemComponent.h"
|
@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "AbilitySystemComponent.h"
|
||||
|
||||
#include "GasaAbilitySystemComponent.generated.h"
|
||||
|
||||
UCLASS()
|
||||
class GASA_API UGasaAbilitySystemComp : public UAbilitySystemComponent
|
||||
{
|
||||
GENERATED_BODY()
|
||||
public:
|
||||
};
|
2
Project/Source/Gasa/AbilitySystem/GasaAttributeSet.cpp
Normal file
2
Project/Source/Gasa/AbilitySystem/GasaAttributeSet.cpp
Normal file
@ -0,0 +1,2 @@
|
||||
#include "GasaAttributeSet.h"
|
||||
|
15
Project/Source/Gasa/AbilitySystem/GasaAttributeSet.h
Normal file
15
Project/Source/Gasa/AbilitySystem/GasaAttributeSet.h
Normal file
@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
#include "AttributeSet.h"
|
||||
|
||||
|
||||
#include "GasaAttributeSet.generated.h"
|
||||
|
||||
|
||||
UCLASS()
|
||||
class GASA_API UGasaAttributeSet : public UAttributeSet
|
||||
{
|
||||
GENERATED_BODY()
|
||||
public:
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user