mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
pickup combining, almost finish shadow stones, fix some bugs with gadgets, clean up some code.
15 lines
187 B
C++
15 lines
187 B
C++
#pragma once
|
|
|
|
#include "reboot.h"
|
|
|
|
class UAttributeSet : public UObject
|
|
{
|
|
public:
|
|
};
|
|
|
|
struct FGameplayAttribute
|
|
{
|
|
FString AttributeName;
|
|
void* Attribute;
|
|
UStruct* AttributeOwner;
|
|
}; |