Add survival death state

This commit is contained in:
2026-05-18 13:22:45 -07:00
parent 164169f6c4
commit d318e97977
7 changed files with 125 additions and 5 deletions
+6
View File
@@ -362,6 +362,12 @@ struct FAgrarianSurvivalSnapshot
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Agrarian|Survival")
float SicknessSeverity = 0.0f;
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Agrarian|Survival")
bool bIsDead = false;
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Agrarian|Survival")
FName LastDeathReason = NAME_None;
};
USTRUCT(BlueprintType)