feat: functions for cooler data

This commit is contained in:
2024-10-27 13:48:39 +01:00
parent ce944794dc
commit b4e8796e74
3 changed files with 46 additions and 10 deletions

View File

@@ -36,6 +36,6 @@ public:
/**
* Duration for one production
*/
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Boiler")
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Cooler")
float mDuration = 6.f;
};