Class ShadeCloakLocation
Location with directly gives items after entering the Shade Cloak dish platform.
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class ShadeCloakLocation : AutoLocation
Constructors
View SourceShadeCloakLocation()
Declaration
public ShadeCloakLocation()
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()