Added a small grace period to survival mechanic to allow easier start of the game.

This commit is contained in:
2026-05-09 22:55:05 +02:00
parent 09df4334b9
commit 112728b5a9
4 changed files with 57 additions and 4 deletions
+1
View File
@@ -23,6 +23,7 @@ public class SurvivalSaveData
public bool IsDead { get; set; }
public string DeathReason { get; set; }
public string CurrentStatus { get; set; }
public double ElapsedSeconds { get; set; }
}
public class ItemSaveData