Additional in progress changes

This commit is contained in:
2026-02-13 23:39:49 -08:00
parent c7603a163f
commit bf6b0d50c3
11 changed files with 454 additions and 300 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);