Started implementation of information about item used screen
This commit is contained in:
@@ -28,7 +28,7 @@ public interface IPlayer : IKillable, ICharacterBody3D
|
||||
|
||||
public void ApplyNewAugment(IAugmentItem jewel, IAugmentableItem equipableItem);
|
||||
|
||||
public void IdentifyItem(IBaseInventoryItem unidentifiedItem);
|
||||
public IBaseInventoryItem IdentifyItem(IBaseInventoryItem unidentifiedItem);
|
||||
|
||||
public IInventory Inventory { get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user