mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
great
pickup combining, almost finish shadow stones, fix some bugs with gadgets, clean up some code.
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include "reboot.h"
|
||||
|
||||
class UAttributeSet : public UObject
|
||||
{
|
||||
public:
|
||||
};
|
||||
|
||||
struct FGameplayAttribute
|
||||
{
|
||||
FString AttributeName;
|
||||
void* Attribute;
|
||||
UStruct* AttributeOwner;
|
||||
};
|
||||
Reference in New Issue
Block a user