Class DroppedCustomCharmItem
Represents an item that, when dropped, gives a WeaverCharm to the player.
Inherited Members
Namespace: WeaverCore.Components
Assembly: WeaverCore.dll
Syntax
public class DroppedCustomCharmItem : DroppedItem
Methods
| Edit this page View SourceOnGiveItem()
Called when the player picks up an item. Implement your custom item behavior in here
Declaration
protected override void OnGiveItem()