Table of Contents

Interface ILogicDef

Namespace
RandomizerCore.Logic
Assembly
RandomizerCore.dll
public interface ILogicDef

Properties

Name

string Name { get; }

Property Value

string

Methods

CanGet(ProgressionManager)

bool CanGet(ProgressionManager pm)

Parameters

pm ProgressionManager

Returns

bool

GetTerms()

IEnumerable<Term> GetTerms()

Returns

IEnumerable<Term>