2025-06-10 20:45:40 +03:00

7 lines
93 B
C#

namespace Sasalka;
public interface IEquipable
{
Inventar.InventorySlot Slot { get; }
}