This commit is contained in:
2026-02-13 16:11:38 -08:00
parent 0ab6ef1343
commit fe0241ac88
6 changed files with 53 additions and 82 deletions

View File

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