feat: wip

This commit is contained in:
2024-10-24 18:06:58 +02:00
commit c7f5bd9326
35 changed files with 1226 additions and 0 deletions

View File

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