Class NailmastersGloryObjectLocation
ObjectLocation which places a shiny which triggers a scene change to Dirtmouth. Expects no other shinies are placed in Room_Sly_Storeroom.
Inheritance
NailmastersGloryObjectLocation
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class NailmastersGloryObjectLocation : ObjectLocation
Constructors
View SourceNailmastersGloryObjectLocation()
Declaration
public NailmastersGloryObjectLocation()
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()