Revert "update"

This reverts commit fe0241ac88.
This commit is contained in:
2026-02-13 16:33:44 -08:00
parent a20c80d922
commit c7603a163f
6 changed files with 86 additions and 57 deletions

View File

@@ -26,7 +26,7 @@ public interface IPlayer : IKillable, ICharacterBody3D
public void PlayJumpScareAnimation();
public void ApplyNewAugment(IAugmentItem jewel, IAugmentableItem equipableItem);
public void ApplyNewAugment(Jewel jewel, IAugmentableItem equipableItem);
public void IdentifyItem(IBaseInventoryItem unidentifiedItem);