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

12 lines
226 B
C
Executable file

#pragma once
#include "CoreMinimal.h"
#include "ERedeployableSentryGunState.generated.h"
UENUM(BlueprintType)
enum class ERedeployableSentryGunState : uint8 {
Deploying,
Deployed,
Dismantling,
Dismantled,
};