11 lines
241 B
C
Executable file
11 lines
241 B
C
Executable file
#pragma once
|
|
#include "CoreMinimal.h"
|
|
#include "EPlasmaCarbineUpgrades.generated.h"
|
|
|
|
UENUM(BlueprintType)
|
|
enum class EPlasmaCarbineUpgrades : uint8 {
|
|
RateOfFireBoostOnFullShield,
|
|
RemoveShieldOnOverheat,
|
|
RemoveShieldOnReload,
|
|
};
|
|
|