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