Class VoidItem
Item which does nothing.
Inherited Members
Namespace: ItemChanger.Items
Assembly: ItemChanger.dll
Syntax
public class VoidItem : AbstractItem
Constructors
View SourceVoidItem()
Declaration
public VoidItem()
Properties
View SourceNothing
Declaration
public static VoidItem Nothing { get; }
Property Value
| Type | Description |
|---|---|
| VoidItem |
Methods
View SourceGiveImmediate(GiveInfo)
Specifies the effect of giving a particular item.
Declaration
public override void GiveImmediate(GiveInfo info)
Parameters
| Type | Name | Description |
|---|---|---|
| GiveInfo | info |