Table of Contents

Struct RandoPlacement

Namespace
RandomizerCore
Assembly
RandomizerCore.dll
public readonly record struct RandoPlacement : IEquatable<RandoPlacement>
Implements
Inherited Members

Constructors

RandoPlacement(IRandoItem, IRandoLocation)

public RandoPlacement(IRandoItem Item, IRandoLocation Location)

Parameters

Item IRandoItem
Location IRandoLocation

Properties

Item

public IRandoItem Item { get; init; }

Property Value

IRandoItem

Location

public IRandoLocation Location { get; init; }

Property Value

IRandoLocation