OLS/Source/ols/Public/AbilitySystem/Abilities/OLSGameplayAbility.h

17 lines
395 B
C
Raw Normal View History

2025-01-06 21:29:37 +00:00
// © 2024 Long Ly. All rights reserved. Any unauthorized use, reproduction, or distribution of this trademark is strictly prohibited and may result in legal action.
#pragma once
#include "CoreMinimal.h"
#include "Abilities/GameplayAbility.h"
#include "OLSGameplayAbility.generated.h"
/**
*
*/
UCLASS()
class OLS_API UOLSGameplayAbility : public UGameplayAbility
{
GENERATED_BODY()
};