feat: RP asset functions

This commit is contained in:
2024-10-27 19:49:15 +01:00
parent b4e8796e74
commit 86362e2658
9 changed files with 281 additions and 79 deletions
@@ -18,7 +18,7 @@ public:
/**
* What type of heater this is
*/
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Heater")
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Cooler")
ERRDACoolerType mType = ERRDACoolerType::Chemical;
/**