Table of Contents

Class SimpleCost

Namespace
RandomizerCore.Logic
Assembly
RandomizerCore.dll
public class SimpleCost : LogicCost
Inheritance
SimpleCost
Inherited Members

Constructors

SimpleCost(Term, int)

public SimpleCost(Term term, int amount)

Parameters

term Term
amount int

Fields

term

public Term term

Field Value

Term

threshold

public int threshold

Field Value

int

Methods

CanGet(ProgressionManager)

public override bool CanGet(ProgressionManager pm)

Parameters

pm ProgressionManager

Returns

bool

GetTerms()

public override IEnumerable<Term> GetTerms()

Returns

IEnumerable<Term>

ToString()

public override string ToString()

Returns

string