Disable VT timer by default

This commit is contained in:
2025-10-07 01:02:04 -07:00
parent 9bfb410f99
commit d692d5c705
3 changed files with 353 additions and 341 deletions

View File

@@ -44,6 +44,8 @@ public interface IPlayer : IKillable
public void ModifyBonusLuck(double amount);
public void SetHealthTimerStatus(bool isActive);
public IInventory Inventory { get; }
public PlayerStats Stats { get; }