2024-10-24 18:06:58 +02:00

19 lines
220 B
C

#pragma once
#include "CoreMinimal.h"
UENUM(BlueprintType)
enum class ERRDAHeaterType : uint8
{
Biomass,
Coal,
Solution,
Nuclear
};
UENUM(BlueprintType)
enum class ERRDACoolerType : uint8
{
Chemical,
Steam
};