Class GruzMotherDropLocation
ContainerLocation for dropping an item when Gruz Mother is killed.
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class GruzMotherDropLocation : ContainerLocation
Constructors
View SourceGruzMotherDropLocation()
Declaration
public GruzMotherDropLocation()
Fields
View SourceremoveGeo
Declaration
public bool removeGeo
Field Value
| Type | Description |
|---|---|
| bool |
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()