Files
Project-Reboot-3.0/Project Reboot 3.0/AttributeSet.h
Milxnor f49f166c2d great
pickup combining, almost finish shadow stones, fix some bugs with gadgets, clean up some code.
2023-05-02 23:48:05 -04:00

15 lines
187 B
C++

#pragma once
#include "reboot.h"
class UAttributeSet : public UObject
{
public:
};
struct FGameplayAttribute
{
FString AttributeName;
void* Attribute;
UStruct* AttributeOwner;
};