Class DescendingDarkLocation
Location which gives items directly upon shattering the Crystal Shaman.
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class DescendingDarkLocation : AutoLocation
Constructors
View SourceDescendingDarkLocation()
Declaration
public DescendingDarkLocation()
Fields
View SourcefsmName
Declaration
public string fsmName
Field Value
| Type | Description |
|---|---|
| string |
objectName
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()