Class SealOfBindingLocation
Location which gives items when watching the cutscene at the end of Path of Pain.
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class SealOfBindingLocation : AutoLocation
Constructors
View SourceSealOfBindingLocation()
Declaration
public SealOfBindingLocation()
Fields
View SourceobjectName
Declaration
public string? objectName
Field Value
| Type | Description |
|---|---|
| string |
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()