Class RelicItem
Item which increments the number of relics for the specified trinketNum in [1,2,3,4] and makes the number of relics visible in the menu.
Inherited Members
Namespace: ItemChanger.Items
Assembly: ItemChanger.dll
Syntax
public class RelicItem : AbstractItem
Constructors
View SourceRelicItem()
Declaration
public RelicItem()
Fields
View SourcetrinketNum
Declaration
public int trinketNum
Field Value
| Type | Description |
|---|---|
| int |
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 |