Table of Contents

Interface ILogicItemTemplate

Namespace
RandomizerCore.LogicItems
Assembly
RandomizerCore.dll

Interface for building items which cannot be instantiated until the LogicManager is available.

public interface ILogicItemTemplate

Properties

Name

string Name { get; }

Property Value

string

Methods

Create(LogicManager)

LogicItem Create(LogicManager lm)

Parameters

lm LogicManager

Returns

LogicItem