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

13 lines
231 B
C
Executable file

#pragma once
#include "CoreMinimal.h"
#include "EDroppableOutpostState.generated.h"
UENUM(BlueprintType)
enum class EDroppableOutpostState : uint8 {
WaitingToDrop,
Drilling,
Landed,
PrepTakeoff,
Departing,
};