Play test animation

This commit is contained in:
2025-12-03 22:29:24 -08:00
parent 3c369f79f7
commit 34742d568e
3 changed files with 201 additions and 192 deletions

View File

@@ -40,6 +40,8 @@ public interface IPlayer : IKillable, ICharacterBody3D
public IEquipmentComponent EquipmentComponent { get; }
public void PlayTestAnimation();
public event Action PlayerDied;
public delegate InventoryItem RerollItem(InventoryItem item);
}