Add item spawn menu
Fix game over bug Start adding more implementation for jewels
This commit is contained in:
@@ -26,6 +26,8 @@ public interface IPlayer : IKillable, ICharacterBody3D
|
||||
|
||||
public void PlayJumpScareAnimation();
|
||||
|
||||
//public void AugmentItem(IAugmentItem jewel, EquipableItem equipableItem);
|
||||
|
||||
public IInventory Inventory { get; }
|
||||
|
||||
public IHealthComponent HealthComponent { get; }
|
||||
|
||||
Reference in New Issue
Block a user