Class DesolateDiveLocation
FsmObjectLocation with various changes to support being spawned from the Quake Pickup after Soul Master.
Inheritance
DesolateDiveLocation
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class DesolateDiveLocation : FsmObjectLocation
Constructors
View SourceDesolateDiveLocation()
Declaration
public DesolateDiveLocation()
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()