Class MothwingCloakLocation
FsmObjectLocation with changes to prevent the dreamer cutscene after the Hornet 1 fight.
Inheritance
MothwingCloakLocation
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class MothwingCloakLocation : FsmObjectLocation
Constructors
View SourceMothwingCloakLocation()
Declaration
public MothwingCloakLocation()
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()