Class NailmastersGloryLocation
Location which gives an item through Sly Basement dialogue, and triggers a scene change to Dirtmouth.
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class NailmastersGloryLocation : AutoLocation
Constructors
View SourceNailmastersGloryLocation()
Declaration
public NailmastersGloryLocation()
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()