Class QueenFragmentLocation
ObjectLocation which modifies an additional shiny holder fsm related to the Queen Fragment.
Inheritance
QueenFragmentLocation
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class QueenFragmentLocation : ObjectLocation
Constructors
View SourceQueenFragmentLocation()
Declaration
public QueenFragmentLocation()
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()