Class BroodingMawlekLocation
FsmObjectLocation with fsm edits for spawning an item from the Brooding Mawlek fight.
Inheritance
BroodingMawlekLocation
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class BroodingMawlekLocation : FsmObjectLocation
Constructors
View SourceBroodingMawlekLocation()
Declaration
public BroodingMawlekLocation()
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()