Class DreamNailLocation
ObjectLocation which makes a minor change to the Dream Nail sequence to prevent Unity error logs.
Inheritance
DreamNailLocation
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class DreamNailLocation : ObjectLocation
Constructors
View SourceDreamNailLocation()
Declaration
public DreamNailLocation()
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()