Show / Hide Table of Contents

Class CumulativeEggCostModule

Module which tracks the number of rancid eggs that have been spent via CumulativeRancidEggCost.

Inheritance
object
Module
CumulativeEggCostModule
Inherited Members
Module.LoadOnce()
Module.UnloadOnce()
Module.Name
Module.ModuleHandlingProperties
Module.Loaded
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger.Modules
Assembly: ItemChanger.dll
Syntax
[DefaultModule]
public class CumulativeEggCostModule : Module

Constructors

View Source

CumulativeEggCostModule()

Declaration
public CumulativeEggCostModule()

Fields

View Source

CumulativeEggsSpent

Declaration
public int CumulativeEggsSpent
Field Value
Type Description
int
View Source

DeactivateJinnUntilMaximumCostSpent

Declaration
public bool DeactivateJinnUntilMaximumCostSpent
Field Value
Type Description
bool
View Source

MaximumCost

Declaration
public int MaximumCost
Field Value
Type Description
int

Methods

View Source

Initialize()

Declaration
public override void Initialize()
Overrides
Module.Initialize()
View Source

Unload()

Declaration
public override void Unload()
Overrides
Module.Unload()

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX