14 lines
247 B
C
Executable file
14 lines
247 B
C
Executable file
#pragma once
|
|
#include "CoreMinimal.h"
|
|
#include "EFSDGoogleAnalyticsProperties.generated.h"
|
|
|
|
UENUM(BlueprintType)
|
|
enum class EFSDGoogleAnalyticsProperties : uint8 {
|
|
DRG,
|
|
Discord,
|
|
CommunityGoals,
|
|
DRG_Discord,
|
|
All,
|
|
Other,
|
|
};
|
|
|