Class NailmasterLocation
Location which gives items when a Nailmaster would teach their nail art.
Inheritance
NailmasterLocation
Assembly: ItemChanger.dll
Syntax
public class NailmasterLocation : AutoLocation
Constructors
View Source
NailmasterLocation()
Declaration
public NailmasterLocation()
Fields
View Source
fsmName
Declaration
Field Value
View Source
objectName
Declaration
Field Value
Properties
View Source
SupportsCost
Declaration
public override bool SupportsCost { get; }
Property Value
Overrides
Methods
View Source
AcceptedOffer()
Declaration
public bool AcceptedOffer()
Returns
View Source
MakeOffer()
Declaration
Returns
View Source
OnLoad()
Called during Load(). Allows the location to initialize and set up any hooks.
Declaration
protected override void OnLoad()
Overrides
View Source
OnUnload()
Called during Unload(). Allows the location to dispose any hooks.
Declaration
protected override void OnUnload()
Overrides
Extension Methods