Class GrimmkinLocation
Location for modifying the unique Grimmkin spawn of a scene.
Inherited Members
Namespace: ItemChanger.Locations.SpecialLocations
Assembly: ItemChanger.dll
Syntax
public class GrimmkinLocation : AutoLocation
Constructors
View SourceGrimmkinLocation()
Declaration
public GrimmkinLocation()
Fields
View SourcegrimmkinLevel
Declaration
public int grimmkinLevel
Field Value
| Type | Description |
|---|---|
| int |
Methods
View SourceGetGiveInfo()
Declaration
public override GiveInfo GetGiveInfo()
Returns
| Type | Description |
|---|---|
| GiveInfo |
Overrides
View SourceGrimmchildRequirement()
Declaration
public bool GrimmchildRequirement()
Returns
| Type | Description |
|---|---|
| bool |
OnLoad()
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()