Interface IItem
Represents an item in the game.
public interface IItem
- Extension Methods
Properties
ItemId
Gets or sets the unique identifier for the item.
int ItemId { get; set; }
Property Value
Name
Gets or sets the name of the item.
string Name { get; set; }