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
IRandoItemLocation
IRandoLocation
Properties
Item
public IRandoItem Item { get; init; }
Property Value
Location
public IRandoLocation Location { get; init; }