Auto stash before rebase of "main" onto "main/main"

This commit is contained in:
Bryce Douglas Olcott
2025-10-14 10:45:32 -06:00
parent 2b794e6836
commit 5138042732
8 changed files with 21 additions and 8 deletions

View File

@@ -11,7 +11,6 @@
/**
*
*/
UCLASS()
class ELISTRIA_CALLING_API UStaminaAttributeSet : public UElistriaAttributeSetBase
{

View File

@@ -9,6 +9,8 @@
/**
*
*/
DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams(FAttributeChangedEvent, UAttributeSet*, AttributeSet, float, OldValue,
float, NewValue);
#define ATTRIBUTE_ACCESSORS(ClassName, PropertyName) \
GAMEPLAYATTRIBUTE_PROPERTY_GETTER(ClassName, PropertyName) \
GAMEPLAYATTRIBUTE_VALUE_GETTER(PropertyName) \