Class BossEssenceLocation
Location for giving an item from talking to the defeated boss ghost.
Inheritance
BossEssenceLocation
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class BossEssenceLocation : AutoLocation
Constructors
View SourceBossEssenceLocation()
Declaration
public BossEssenceLocation()
Fields
View SourcefsmName
Declaration
public string fsmName
Field Value
| Type | Description |
|---|---|
| string |
objName
Declaration
public string? objName
Field Value
| Type | Description |
|---|---|
| string |
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()