Interface IItemDrop
Interface for item drops in the game.
public interface IItemDrop : IItem
- Inherited Members
- Extension Methods
Properties
Count
Gets or sets the count of items in the drop.
int Count { get; set; }
Property Value
Dropped
Gets or sets a value indicating whether the item has been dropped.
bool Dropped { get; set; }