Class KingsBrandLocation
ObjectLocation which prevents the King's Brand avalanche sequence from occuring.
Inheritance
KingsBrandLocation
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class KingsBrandLocation : ObjectLocation
Constructors
View SourceKingsBrandLocation()
Declaration
public KingsBrandLocation()
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()