Class TukDefendersCrestLocation
AutoLocation which modifies Tuk to give items through a flung shiny when the player has a certain charm equipped (by default, Defender's Crest).
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class TukDefendersCrestLocation : AutoLocation
Constructors
View SourceTukDefendersCrestLocation()
Declaration
public TukDefendersCrestLocation()
Fields
View SourcerequiredCharmID
Declaration
public int requiredCharmID
Field Value
| Type | Description |
|---|---|
| int |
Methods
View SourceOnLoad()
Called during Load(). Allows the location to initialize and set up any hooks.
Declaration
protected override void OnLoad()
Overrides
View SourceOnUnload()
Called during Unload(). Allows the location to dispose any hooks.
Declaration
protected override void OnUnload()