Class BasinFountainLocation
FsmObjectLocation with text and fsm edits for spawning an item from the donation fountain.
Inheritance
BasinFountainLocation
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class BasinFountainLocation : FsmObjectLocation
Constructors
View SourceBasinFountainLocation()
Declaration
public BasinFountainLocation()
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()