Restore health fountain

This commit is contained in:
2026-01-12 20:26:05 -08:00
parent f13afc9fdc
commit 7e8826f143
5 changed files with 264 additions and 213 deletions

View File

@@ -46,6 +46,8 @@ public interface IPlayer : IKillable, ICharacterBody3D
public void PlayTestAnimation();
public void SetHealthTimerStatus(bool isActive);
public event Action PlayerDied;
public delegate InventoryItem RerollItem(InventoryItem item);