MonsterShop/Assets/Scripts/IInventoryHolder.cs

5 lines
80 B
C#

internal interface IInventoryHolder
{
public Inventory Inventory { get; }
}