feat: RP Data Assets
This commit is contained in:
@@ -19,7 +19,7 @@ public:
|
||||
* What type of heater this is
|
||||
*/
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Heater")
|
||||
ERRDAHeaterType mHeaterType;
|
||||
ERRDAHeaterType mType = ERRDAHeaterType::Biomass;
|
||||
|
||||
/**
|
||||
* Fuel item that this heater uses
|
||||
@@ -33,4 +33,10 @@ public:
|
||||
*/
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Heater")
|
||||
FItemAmount mOutput;
|
||||
|
||||
/**
|
||||
* Duration for one production
|
||||
*/
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Heater")
|
||||
float mDuration = 6.f;
|
||||
};
|
||||
Reference in New Issue
Block a user