Class DreamBossLocation
Boss Essence location which applies to dream bosses and supports respawning items.
Inheritance
DreamBossLocation
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class DreamBossLocation : BossEssenceLocation
Constructors
View SourceDreamBossLocation()
Declaration
public DreamBossLocation()
Fields
View SourceplayerDataBool
Declaration
public string playerDataBool
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()