DRG-Femboy-Voice/Source/FSD/Public/ELockOnWeaponUpgrades.h
2025-04-15 12:39:31 -07:00

22 lines
485 B
C
Executable file

#pragma once
#include "CoreMinimal.h"
#include "ELockOnWeaponUpgrades.generated.h"
UENUM(BlueprintType)
enum class ELockOnWeaponUpgrades : uint8 {
MaxLockOnDegree,
TimeBetweenLockedShots,
LockOnTime,
MaxTargets,
LoseLockOnDegree,
MaxLockOnRange,
PrioritizeLowHitpoint,
AlwaysHitTarget,
MaxLockOnDuration,
LockOnControlsSentryGun,
AoeHitCountThreshhold,
SentryGunShootsOnLockedShot,
UseLockOnTargetStatusEffect,
FearEnabled,
};