Table of Contents

Interface IItemDrop

Namespace
RisingV.Core.Items.Drops
Assembly
RisingV.Core.LootEngine.dll

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

int

Dropped

Gets or sets a value indicating whether the item has been dropped.

bool Dropped { get; set; }

Property Value

bool