updated settings for 5.6

This commit is contained in:
Nyx
2025-11-09 04:38:23 -07:00
parent 1d9283ea95
commit d34c82b8d9
4 changed files with 222 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// Fill out your copyright notice in the Description page of Project Settings.
#include "Attributes/ElistriaAttributesSet.h"

View File

@@ -0,0 +1,17 @@
// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "ElistriaAttributeSetBase.h"
#include "ElistriaAttributesSet.generated.h"
/**
*
*/
UCLASS()
class ELISTRIA_CALLING_API UElistriaAttributesSet : public UElistriaAttributeSetBase
{
GENERATED_BODY()
};