Class StagLocation
CoordinateLocation which also edits the stag by removing the toll and allowing use of the stag without unlocking the station.
Inheritance
StagLocation
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class StagLocation : CoordinateLocation
Constructors
View SourceStagLocation()
Declaration
public StagLocation()
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()