This commit is contained in:
2026-03-02 22:28:23 -08:00
parent 701e7b0858
commit 7b6ca68e65
15 changed files with 164 additions and 26 deletions

View File

@@ -21,6 +21,7 @@ public partial class DummyPlayer : CharacterBody3D, IPlayer
public int HealthTimerHPRate { get; set; }
public float HealthTimerSpeedModifier { get; }
public bool AutoIdentifyItems { get; set; }
public IStatusEffectComponent StatusEffectComponent { get; }
public event Action PlayerDied;